-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refactor GRPC TLS connection defaults #6163
Conversation
7798445
to
dd6c506
Compare
/werft run 👍 started the job as gitpod-build-aledbf-tlsgrpc.4 |
/werft run 👍 started the job as gitpod-build-aledbf-tlsgrpc.5 |
Codecov Report
@@ Coverage Diff @@
## main #6163 +/- ##
===========================================
+ Coverage 19.04% 34.65% +15.60%
===========================================
Files 2 116 +114
Lines 168 21298 +21130
===========================================
+ Hits 32 7381 +7349
- Misses 134 13250 +13116
- Partials 2 667 +665
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
5550f46
to
246b2f1
Compare
246b2f1
to
a89255a
Compare
/lgtm |
LGTM label has been added. Git tree hash: 4921172d4d0bf14e8c73872646b1809dd0e6f9bf
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csweichel Associated issue: #5301 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 |
Description
Refactor
TLSConfig
to be more strict. In particular, disable tls1.3.Changes:
NextProtos
Release Notes
xref: #5301