mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
events: add option to configure webhook CA (#20823)
* events: add option to configure webhook CA Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Update website/docs/sys-mgmt/events/transports.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Jens L. <jens@beryju.org> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Jens L. <jens@beryju.org> Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
This commit is contained in:
@@ -8236,6 +8236,12 @@
|
||||
"type": "string",
|
||||
"title": "Webhook url"
|
||||
},
|
||||
"webhook_ca": {
|
||||
"type": "string",
|
||||
"format": "uuid",
|
||||
"title": "Webhook ca",
|
||||
"description": "When set, the selected ceritifcate is used to validate the certificate of the webhook server."
|
||||
},
|
||||
"webhook_mapping_body": {
|
||||
"type": "string",
|
||||
"format": "uuid",
|
||||
|
||||
Reference in New Issue
Block a user