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
[Feature Request]
Add authentication capability in webhook. A new optional auth setting is added in webhook endpoints:
auth
notification { webhook { endpoints = [ { name: local url: "http://127.0.0.1:5000/webhook" version: 0 wsConfig: {} auth: { type: XXX } ] } }
Supported methods are:
"auth": { "type": "basic", "username": "foo", "password": "bar" }
"auth": { "type": "bearer", "key": "foobar" }
"auth": { "type": "none" }
The text was updated successfully, but these errors were encountered:
#1850 Add authentication in webhook
bed9acb
To-om
No branches or pull requests
Request Type
[Feature Request]
Problem Description
Add authentication capability in webhook. A new optional
auth
setting is added in webhook endpoints:Supported methods are:
"auth": { "type": "basic", "username": "foo", "password": "bar" }
"auth": { "type": "bearer", "key": "foobar" }
"auth": { "type": "bearer", "key": "foobar" }
"auth": { "type": "none" }
The text was updated successfully, but these errors were encountered: