flux-recv
flux-recv copied to clipboard
Webhook receiver for Flux v1
This upgrade was reported to include some breaking changes upstream, in the `github-go` package release v30, it passes all the tests so I'm inclined to think it's OK to make...
It seems that when I receive a webhook from github it throws the following error. `{"level":"error","ts":"2022-01-05T07:01:11.885Z","logger":"receiver-server","msg":"unable to validate payload","reconciler kind":"Receiver","name":"github-receiver","namespace":"flux-system","error":"the GitHub signature header is invalid, err: payload signature check failed"}`
It appears that one cannot run flux-recv unless it is a sidecar because it connects to `localhost:3030`. I see how to overwrite it. However, this is a bit indirect. It...
Add support for git repository synchronization from Azure DevOps webhook: https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops Should support the following events with payload set to none or minimal: * git.push Happy to implement but wanted...
Hi I'm wondering if I could create a helm chart to install this into a cluster that already has flux installed (or should I go and update the helm chart...