You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garo server needs a /webhook endpoint which can be consumed by github.com
The webhook endpoint should be protected by a configurable secret to prevent abuse of this API.
IP whitelisting can be arranged via a LB / security group
The check_run webhook should enable us to check if a build failed due to no available runner. If this occurs Garo-server needs to track this so the agents can retrieve for which repositories a runner has to be deployed and as well which runs need to be retriggered.
The text was updated successfully, but these errors were encountered:
I would suggest we implement a webhook and dispatch event to a command handler for specific events. to start with we only need an event listener for the check_run event.
Garo server needs a
/webhook
endpoint which can be consumed by github.comThe webhook endpoint should be protected by a configurable secret to prevent abuse of this API.
IP whitelisting can be arranged via a LB / security group
The check_run webhook should enable us to check if a build failed due to
no available runner
. If this occurs Garo-server needs to track this so the agents can retrieve for which repositories a runner has to be deployed and as well which runs need to be retriggered.The text was updated successfully, but these errors were encountered: