-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to make Authentik send a HTTP request to Watchtower whenever there's an Authentik update.
Watchtower has an API at watchtower.example.org/v1/update, but it requires a header Authorization: Bearer b90d1cef-bfc1-411e-b9cd-4821de1f26f6 (example token).
Describe the solution you'd like
A clear and concise description of what you want to happen.
When configuring a Webhook transport, I would like to be able to set arbitrary HTTP headers.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Not updating Authentik until the next Watchtower update cycle.
Additional context
Add any other context or screenshots about the feature request here.
I couldn't find how to do this in the documentation