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

Actually enable TLSv1.3 by default #5491

Merged
merged 2 commits into from
May 9, 2020

Conversation

praseodym
Copy link
Contributor

What this PR does / why we need it:

Fix for 049b25e (#5358) which mistakenly only updated documentation.

Types of changes

New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Tested these settings using the settings ConfigMap.

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 2, 2020
@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 2, 2020
@k8s-ci-robot k8s-ci-robot requested review from aledbf and ElvinEfendi May 2, 2020 11:31
@praseodym praseodym mentioned this pull request May 2, 2020
5 tasks
@ElvinEfendi
Copy link
Member

ElvinEfendi commented May 2, 2020

I'm OK with enabling TLSv1.3 by default since we have ssl_early_data off by default too. However we should edit the documentation in https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/configmap.md#ssl-early-data and include a warning that enabling ssl_early_data (0-RTT) exposes the server for reply attacks as explained in https://blog.cloudflare.com/introducing-0-rtt/ ("What's the catch section") . cc @wayt

@praseodym
Copy link
Contributor Author

@ElvinEfendi I've added a warning based on the text in the ssl_early_data nginx docs.

@ElvinEfendi
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 3, 2020
@ElvinEfendi
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 3, 2020
@codecov-io
Copy link

codecov-io commented May 3, 2020

Codecov Report

Merging #5491 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5491   +/-   ##
=======================================
  Coverage   58.56%   58.56%           
=======================================
  Files          88       88           
  Lines        6948     6948           
=======================================
  Hits         4069     4069           
  Misses       2431     2431           
  Partials      448      448           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e785a0...4a36c80. Read the comment docs.

praseodym added 2 commits May 8, 2020 12:40
Fix for 049b25e which mistakenly only
updated documentation.
@praseodym praseodym force-pushed the fix-tls-configuration branch from 18052d4 to 4a36c80 Compare May 8, 2020 10:40
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 8, 2020
@praseodym
Copy link
Contributor Author

/retest

2 similar comments
@praseodym
Copy link
Contributor Author

/retest

@praseodym
Copy link
Contributor Author

/retest

@praseodym
Copy link
Contributor Author

@ElvinEfendi Had to fix a test, could you review this again? Thanks!

@aledbf
Copy link
Member

aledbf commented May 9, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 9, 2020
@k8s-ci-robot k8s-ci-robot merged commit bef2efc into kubernetes:master May 9, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aledbf, ElvinEfendi, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants