-
Notifications
You must be signed in to change notification settings - Fork 43
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook Receiver should support custom headers #134
Comments
The challenge is that we want to unify our receivers with the ones in the Prometheus Alertmanager repository in the long term, and this issue + PR go against that. You should propose the idea to https://github.com/prometheus/alertmanager/issues instead. |
Related PRs:
This does not change the fact that this should first be done in the Prometheus Alertmanager repository so that we do not go against upstream. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The webhook receiver should have the ability to add arbitrary headers to a http request.
When configuring a webhook contact point it is common that the webhook receiver requires additional arbitrary headers to process the request (e.g. "X-" headers).
This issue would also require a UI change in grafana to allow the additional headers to be defined in the UI
The text was updated successfully, but these errors were encountered: