opentelemetry-collector
opentelemetry-collector copied to clipboard
[security] disable the X25519Kyber768Draft00 key exchange mechanism in artifacts
trafficstars
Component(s)
No response
Describe the issue you're reporting
X25519Kyber768Draft00 key exchange mechanism is an experimental tls algorithm and is enabled by default in Go 1.23. It has a bug with AWS Network Firewalls to drop packets. This terraform provider issue details it further
Consider disabling it in the collector artifacts. An example fix: https://github.com/DataDog/datadog-agent/pull/34481