-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/Add tls_maximum_protocol_version TLSv1.3 to EnvoyConfig #290
Conversation
LGTM label has been added. Git tree hash: 55894e074a395182b45031cfadf1e20ff1387c36
|
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: slopezz 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 |
Related to https://github.com/3scale/3scale-saas/issues/738
At #288 it was added compatibility with envoy 1.22
Now we have seen that Red Hat productized envoy image, if not specified the tls_maximum_protocol_version, by default it uses
TLSv1.2
, unlike upstreamenvoyproxy/envoy
which usesTLSv1.3
by default.However, if specified the tls_maximum_protocol_version, Red Hat productized envoy image will use any specified version.
So this PR harcodes tls_maximum_protocol_version to
TLSv1_3
, so it does not matter if we use upstream or productized envoy image, the used TLS protocols will be the same./kind feature
/priority important-soon
/assign