-
Notifications
You must be signed in to change notification settings - Fork 274
fix(): remove support for incompatible tls versions for envoy TLSMaxProtocolVersion #5298
fix(): remove support for incompatible tls versions for envoy TLSMaxProtocolVersion #5298
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## release-v1.2 #5298 +/- ##
================================================
- Coverage 68.83% 68.81% -0.02%
================================================
Files 210 210
Lines 15679 15679
================================================
- Hits 10792 10789 -3
- Misses 4836 4839 +3
Partials 51 51
Flags with carried forward coverage won't be shown. Click here to find out more. see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
246058a
to
286063f
Compare
7a465bd
to
c2d863d
Compare
d020e66
to
2f8edde
Compare
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, left a few non blocking nits
c3f6032
c3f6032
to
51289fd
Compare
…rotocolVersion Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com>
51289fd
to
e57e7d2
Compare
@whitneygriffith don't forget to submit a similar PR for the main branch |
…rotocolVersion (openservicemesh#5298) Removes support for TLSv1_0 and TLSv1_1 from the envoy TLSMaxProtocolVersion options Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com>
…rotocolVersion (openservicemesh#5298) Removes support for TLSv1_0 and TLSv1_1 from the envoy TLSMaxProtocolVersion options Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com> Signed-off-by: jaellio <jaellio@microsoft.com>
…rotocolVersion (openservicemesh#5298) Removes support for TLSv1_0 and TLSv1_1 from the envoy TLSMaxProtocolVersion options Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com> Signed-off-by: jaellio <jaellio@microsoft.com>
…rotocolVersion (openservicemesh#5298) Removes support for TLSv1_0 and TLSv1_1 from the envoy TLSMaxProtocolVersion options Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com> Signed-off-by: jaellio <jaellio@microsoft.com>
…rotocolVersion (openservicemesh#5298) Removes support for TLSv1_0 and TLSv1_1 from the envoy TLSMaxProtocolVersion options Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com> Signed-off-by: jaellio <jaellio@microsoft.com>
…rotocolVersion (#5298) Removes support for TLSv1_0 and TLSv1_1 from the envoy TLSMaxProtocolVersion options Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com> Signed-off-by: jaellio <jaellio@microsoft.com>
Description: Part of #5282. This removes support for TLSv1_0 and TLSv1_1 from the envoy TLSMaxProtocolVersion options.
Testing done:
Affected area: