-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update TLS configuration #5358
Update TLS configuration #5358
Conversation
Enable TLSv1.3 by default and update list of ciphers. The new configuration matches the 'Intermediate' configuration recommended by the Mozilla SSL Configuration Generator: https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=modern&openssl=1.1.1d&guideline=5.4
Hi @praseodym. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @bowei |
@praseodym please don't assign PRs manually |
@praseodym I am not sure about enabling TLSv1.3 by default. |
Hmm, then maybe k8s-ci-robot should be configured not to suggest assigning reviewers?
With what motivation? Mozilla recommends enabling it by default, Ubuntu's nginx has had it enabled by default since November 2018 and Cloudflare enabled it everywhere in May 2018. I'd say that any issues caused by enabling TLSv1.3 by default should've been resolved by now. |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, praseodym The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@aledbf did this change actually make it into 0.32.0? I don't see it listed in the changelog https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md#0320 |
Also, this PR seems to change documentation only, not default settings in: Is that intentional? Is it even correct to have docs and actual defaults differ? |
@sslavic looks like you're right! Not quite sure what happened, I'll submit a followup PR. |
IIUC, please correct if wrong, this PR:
|
That's correct. It also changes the set of ciphers for legacy clients in docs to align with the Mozilla SSL Configuration Generator "Old" setting. |
What this PR does / why we need it:
Enable TLSv1.3 by default and update list of ciphers. The new configuration matches the 'Intermediate' configuration recommended by the Mozilla SSL Configuration Generator.
Types of changes
New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Tested these settings using the settings ConfigMap.
Checklist: