You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
I would like the ability to specify which ciphers receivers (OTLP in this instance) can accept for configuring TLS. It's helpful that we can configure TLSv1.2 and TLSv1.3, but would be great if we can then limit what ciphers users can use when connecting to the receiver
Describe alternatives you've considered
Unless I'm mistaken, I don't see in the TLS config code for the OTEL collector the ability to specify TLS ciphers
The text was updated successfully, but these errors were encountered:
**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
---------
Co-authored-by: Alex Boten <[email protected]>
TylerHelmuth
pushed a commit
to TylerHelmuth/opentelemetry-collector
that referenced
this issue
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:**
Fixesopen-telemetry#8105
**Testing:**
Unit tests
**Documentation:**
godoc and README
---------
Co-authored-by: Alex Boten <[email protected]>
Describe the solution you'd like
I would like the ability to specify which ciphers receivers (OTLP in this instance) can accept for configuring TLS. It's helpful that we can configure TLSv1.2 and TLSv1.3, but would be great if we can then limit what ciphers users can use when connecting to the receiver
Describe alternatives you've considered
Unless I'm mistaken, I don't see in the TLS config code for the OTEL collector the ability to specify TLS ciphers
The text was updated successfully, but these errors were encountered: