Skip to content
Snippets Groups Projects

Release Post - Enable Webhooks to sent client key/cert

Merged 🤖 GitLab Bot 🤖 requested to merge hsutor/authentication_27450 into master
All threads resolved!
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
features:
features:
secondary:
secondary:
- name: "Webhooks support Mutual TLS"
- name: "Webhooks support Mutual TLS"
available_in: [free, premium, ultimate]
available_in: [core, premium, ultimate]
gitlab_com: false
gitlab_com: false
documentation_link: 'https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#configure-webhooks-to-support-mutual-tls'
documentation_link: 'https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#configure-webhooks-to-support-mutual-tls'
reporter: hsutor
reporter: hsutor
@@ -11,4 +11,4 @@ features:
@@ -11,4 +11,4 @@ features:
- System Access
- System Access
issue_url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/27450'
issue_url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/27450'
description: |
description: |
You can now configure webhooks to support mutual TLS. This establishes the authenticity of the Webhook source and enhances security. You configure the client certificate in PEM format which is presented to the server during the TLS handshake. You can also protect the certificate with a PEM passphrase.
You can now configure webhooks to support mutual TLS. This establishes the authenticity of the webhook source and enhances security. You configure the client certificate in PEM format which is presented to the server during the TLS handshake. You can also protect the certificate with a PEM passphrase.
Loading