Skip to content
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

[FEATURE] Provide the ability to configure TLS server certificate verification on webhook endpoints #985

Open
fawcettm91 opened this issue Nov 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fawcettm91
Copy link

Is your feature request related to a problem?

Currently when connecting to a webhook endpoint, TLS server certificate verification is always performed meaning that the server name has to match and the cert has to be signed by a well known CA. Connections to any target endpoint that is using a custom CA will be rejected. It is currently not possible to skip TLS verification or provide custom certs to be used.

What solution would you like?

The ability to be able to specify that TLS verification should not be performed, as well as the ability to provide a custom CA to verify the endpoint against. The above two options should be made available for each individual channel of config_type webhook.

@fawcettm91 fawcettm91 added enhancement New feature or request untriaged labels Nov 7, 2024
@dblock dblock removed the untriaged label Nov 25, 2024
@dblock
Copy link
Member

dblock commented Nov 25, 2024

[Catch All Triage - 1, 2, 3, 4, 5]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants