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

Allow configuring TLS ciphers for webhook server #1754

Closed
akankshapanse opened this issue Dec 22, 2021 · 1 comment · Fixed by #1897
Closed

Allow configuring TLS ciphers for webhook server #1754

akankshapanse opened this issue Dec 22, 2021 · 1 comment · Fixed by #1897

Comments

@akankshapanse
Copy link

With changes dony by #1548, webhook server has TLSMinVersion configurable, while setting up webhook server with manager. However, there is no option to configure the TLSCiphers.

For TLSMinVersion set to 1.2, default TLS cipher suites, coming from Go crypto/tls library, include some insecure ciphers, which leave the system open to multiple vulnerabilities.

Similar issue raised earlier under #1431, which needs to be addressed for TLS 1.2 version set.

@ruchikaguptaa
Copy link

We are running into the same issue. Are there any updates on this?

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 a pull request may close this issue.

2 participants