We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, is the Github webhook secret supported? I didn't find anything in docs. If not, is it possible to support the Github webhook secrets?
The text was updated successfully, but these errors were encountered:
Not supported but seems straightforward to add. Need to add a check here https://github.com/keel-hq/keel/blob/master/pkg/http/github_webhook_trigger.go#L233 where we get request bytes. They have instructions for ruby (https://docs.github.com/en/developers/webhooks-and-events/securing-your-webhooks#validating-payloads-from-github) but Go's std lib provides sha1 digest check as well.
Sorry, something went wrong.
Looks like Github is introducing new docker registry because of current one doesn't even allow pull public images without logging into github.
No branches or pull requests
Hi, is the Github webhook secret supported? I didn't find anything in docs. If not, is it possible to support the Github webhook secrets?
The text was updated successfully, but these errors were encountered: