Skip to content
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

Merged
merged 3 commits into from
Jan 17, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Dec 21, 2023

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

@atoulme atoulme requested review from a team and jpkrohling December 21, 2023 09:08
Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (65da174) 90.33% compared to head (42b0970) 90.34%.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@codeboten codeboten left a 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

config/configtls/configtls.go Outdated Show resolved Hide resolved
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @atoulme!

config/configtls/configtls.go Outdated Show resolved Hide resolved
@codeboten codeboten merged commit c1599fe into open-telemetry:main Jan 17, 2024
32 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 17, 2024
TylerHelmuth pushed a commit to TylerHelmuth/opentelemetry-collector that referenced this pull request Jan 23, 2024
**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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable ability to set cipher suite for OTLP receiver when running TLS
4 participants