-
Notifications
You must be signed in to change notification settings - Fork 86
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 TLS 1.3 for min and max versions #1058
Conversation
Verified on serving side:
|
Codecov Report
@@ Coverage Diff @@
## main #1058 +/- ##
==========================================
+ Coverage 80.94% 80.95% +0.01%
==========================================
Files 18 18
Lines 1354 1355 +1
==========================================
+ Hits 1096 1097 +1
Misses 205 205
Partials 53 53
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nak3, ReToCode 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 |
This patch make a change that traffic from Kourier to Activator/QP uses TLS 1.3
when internal encryption is enabled.
Due to an issue of Envoy envoyproxy/envoy#9300,
we need to set TLS 1.3 for min and max version.
Part of knative/serving#14057
Release Note
/cc @dprotaso @skonto @ReToCode