-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[configtls] support setting cipher suites #9168
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9168 +/- ##
==========================================
+ Coverage 90.33% 90.34% +0.01%
==========================================
Files 340 340
Lines 17968 17987 +19
==========================================
+ Hits 16232 16251 +19
Misses 1412 1412
Partials 324 324 ☔ View full report in Codecov by Sentry. |
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.
One non-blocking comment
440b86c
to
4673ff4
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.
Thanks @atoulme!
Co-authored-by: Alex Boten <[email protected]>
**Description:** Add `cipher_suites` to configtls: Users can specify a list of cipher suites to pick from. If left blank, a safe default list is used. **Link to tracking Issue:** Fixes open-telemetry#8105 **Testing:** Unit tests **Documentation:** godoc and README --------- Co-authored-by: Alex Boten <[email protected]>
Description:
Add
cipher_suites
to configtls:Users can specify a list of cipher suites to pick from. If left blank, a safe default list is used.
Link to tracking Issue:
Fixes #8105
Testing:
Unit tests
Documentation:
godoc and README