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

Set minimum TLS version of webhook to 1.3 #188

Merged
merged 1 commit into from
Mar 28, 2022
Merged

Conversation

spilchen
Copy link
Collaborator

When configuring the webhook, this will set the minimum TLS version to 1.3. This is a bit of a hacky way to do this, but it will suffice until the controller-runtime allows this setting to be configure through the Manager. See #155 for more of a discussion on what changes we are waiting for in controller-runtime.

Fixes #155

When configuring the webhook, this will set the minimum TLS version to
1.3.  This is a bit of a hacky way to do this, but it will suffice until
the controller-runtime allows this setting to be configure through
the Manager.
@spilchen spilchen requested a review from roypaulin March 25, 2022 13:50
@spilchen spilchen self-assigned this Mar 25, 2022
@spilchen spilchen closed this Mar 25, 2022
@spilchen spilchen reopened this Mar 25, 2022
@spilchen spilchen merged commit 6ff85dd into vertica:main Mar 28, 2022
@spilchen spilchen deleted the tls-min branch March 28, 2022 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operator controller allows old TLS versions
2 participants