GitHub Runner Webhook Router
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 38 | 16 Dec 2024 |
juju deploy github-runner-webhook-router --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
A webserver which forwards webhooks from Github to a mq.
The github-runner-webhook-router is a simple Flask application that listens for incoming webhooks from GitHub and places a translation of those in a message queue for a runner to pick up and process. It is intended to be used together with the Github Runner operator in reactive mode.