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 to 1.3 #13500

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Set minimum TLS version to 1.3 #13500

merged 1 commit into from
Dec 19, 2024

Conversation

sfleen
Copy link
Contributor

@sfleen sfleen commented Dec 18, 2024

This helps ensure a minimum level of security. The two places this affects is our controller webhook and linkerd-viz tap API.

The controller webhook requires that kube-api supports TLSv1.3, which it does as of 1.19 (our minimum is currently 1.22). The linkerd-viz tap API is mostly used internally, and is also deprecated. It may be worth revisiting if we want to keep it around at all.

This helps ensure a minimum level of security. The two places this affects is our controller webhook and linkerd-viz tap API.

The controller requires that kube-api supports TLSv1.3, which it does as of 1.19 (our minimum is currently 1.22). The linkerd-viz tap API is mostly used internally, and is deprecated. It may be worth revisiting if we want to keep it around at all.

Signed-off-by: Scott Fleener <[email protected]>
@sfleen sfleen requested a review from a team as a code owner December 18, 2024 15:01
Copy link
Member

@alpeb alpeb left a comment

Choose a reason for hiding this comment

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

LGTM 👍
As per our off-github conversation, the viz server is still relevant, it's just that the TapByResource service was marked as deprecated by mistake.

@alpeb alpeb merged commit 3847f9c into linkerd:main Dec 19, 2024
38 checks passed
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.

2 participants