Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secret token for Gitlab hooks? #46

Closed
adamlc opened this issue Jul 14, 2016 · 1 comment
Closed

Secret token for Gitlab hooks? #46

adamlc opened this issue Jul 14, 2016 · 1 comment

Comments

@adamlc
Copy link

adamlc commented Jul 14, 2016

It looks like Gitlab also supports secret tokens for webhooks. Could we get this supported too? 馃憤

@abiosoft
Copy link
Owner

Thanks for informing. I should be able to add this soon.

ajgreenb pushed a commit to ajgreenb/caddy-git that referenced this issue Jul 20, 2017
GitLab has a basic method for securing webhook requests. A user can
specify a token in the repository's settings, and the token will be
included in a header with webhook requests. Verification consists in
asserting server-side that the token in the header is the expected
value.

Closes abiosoft#46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants