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

fix: remove support for configuration of insecure TLS cipher suites #49665

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

nklaassen
Copy link
Contributor

These suites are considered insecure by crypto/tls. We don't ever use them by default, but we currently allow Teleport admins to manually configure them in their configuration file. I propose we remove support for even manually configuring these. Since this is a breaking change I will not backport to any release branches.

Fixes https://github.com/gravitational/teleport/security/code-scanning/1004

changelog: Removed support for manual configuration of insecure TLS cipher suites.

…uites

changelog: Removed support for manual configuration of insecure TLS cipher suites.
Copy link
Collaborator

@zmb3 zmb3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I would add a note directly to CHANGELOG.md under a breaking changes section for v18.

@nklaassen nklaassen added this pull request to the merge queue Dec 3, 2024
Merged via the queue into master with commit c71dd22 Dec 3, 2024
42 checks passed
@nklaassen nklaassen deleted the nklaassen/tls-suites branch December 3, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants