-
Notifications
You must be signed in to change notification settings - Fork 107
Allow setting TLS-related options #599
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sdatko The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7e1fb59 to
1055d8f
Compare
|
Is this tested and ready to go? |
I'm good with this once it's run through a few uni jobs to prove it works as expected. |
|
Sorry I am still in testing with this 🙏 |
b501bf1 to
d88c368
Compare
|
@sdatko is not currently working for quite some time, so this was delegated to me. I will continue with testing this, but for now I only pushed a rebase that was needed. |
d88c368 to
1806748
Compare
1806748 to
b97f843
Compare
This would allow us to define settings, such as
caBundleSecretName,which are useful in case of deployments that require establishing
connections with internal/local services, for example that utilize
self-signed certificates.