-
Notifications
You must be signed in to change notification settings - Fork 687
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
Configurable option for TLS version between envoy and contour #3518
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
Milestone
Comments
movikbence
added
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
labels
Mar 26, 2021
This seems like a reasonable feature. Out of curiosity @movikbence, what do you want to set the TLS version to? |
since that is is 1.2 now, I would like to have 1.3 |
This is definitely a reasonable feature, so I'll mark it as a "help-wanted" one. Thanks for this request @movikbence! |
youngnick
added
the
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
label
Apr 6, 2021
That's a great point, and worth doing, as long as we document the new cipher requirements TLS 1.3 brings. |
2 tasks
tsaarni
added a commit
to Nordix/contour
that referenced
this issue
Oct 7, 2021
This change sets the maximum TLS version to TLSv1.3 in the Envoy bootstrap config for the xDS connection. It means that TLSv1.3 will be selected from now on, since Contour already accepts TLSv1.3. Previously Envoy defaulted to TLSv1.2 for the xDS connection. Updates projectcontour#3518 Signed-off-by: Tero Saarni <[email protected]>
tsaarni
added a commit
to Nordix/contour
that referenced
this issue
Oct 7, 2021
This change sets the maximum TLS version to TLSv1.3 in the Envoy bootstrap config for the xDS connection. It means that TLSv1.3 will be selected from now on, since Contour already accepts TLSv1.3. Previously Envoy defaulted to TLSv1.2 for the xDS connection. Updates projectcontour#3518 Signed-off-by: Tero Saarni <[email protected]>
skriss
pushed a commit
that referenced
this issue
Oct 7, 2021
This change sets the maximum TLS version to TLSv1.3 in the Envoy bootstrap config for the xDS connection. It means that TLSv1.3 will be selected from now on, since Contour already accepts TLSv1.3. Previously Envoy defaulted to TLSv1.2 for the xDS connection. Updates #3518 Signed-off-by: Tero Saarni <[email protected]>
Repository owner
moved this from Todo
to Done
in Contour
Nov 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
Hi
I asked a question on slack, if it is possible to set the minimum version of TLS between envoy and contour. I got that answer that in the moment it is not. I think it would be nice to have that.
Thank you for taking into consideration.
Br,
Bence
The text was updated successfully, but these errors were encountered: