Webhook action requires basic authentication credentials #55359
Labels
Feature:Actions
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
v7.7.0
v8.0.0
Describe the bug:
The webhook action requires basic authentication credentials
user
andpassword
in its config schema, even if the endpoint does not support basic authentication.Steps to reproduce:
Creating a webhook action with no auth credentials returns HTTP 400
Including dummy values for
user
andpassword
will pass the validation and create the actionExpected behavior:
Authorization
header and will overwrite any other Authorization header being used, and even if we could set them the header values are not encrypted )Only item 1 is really necessary. 2 is 'nice to have' but not required - for now I think it's acceptable to say we only support basic authentication ( watcher webhooks only support basic auth ).
The text was updated successfully, but these errors were encountered: