-
Notifications
You must be signed in to change notification settings - Fork 863
[OTLP] Decoupling OTEL_EXPORTER_OTLP_CERTIFICATE from mTLS #6777
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
base: main
Are you sure you want to change the base?
Conversation
5874933 to
1ab1168
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6777 +/- ##
==========================================
+ Coverage 86.71% 86.80% +0.08%
==========================================
Files 262 265 +3
Lines 12319 12699 +380
==========================================
+ Hits 10683 11023 +340
- Misses 1636 1676 +40
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e9012c9 to
cdf5299
Compare
|
Would you be open to splitting this into two PRs?
This would make review easier and give us a chance to discuss the API surface (e.g., the |
@rajkumar-rangaraj Sure :) I will do it. |
d9bd7a0 to
9c32859
Compare
Fixes #6764
Design discussion issue #6764
Changes
Decouples
OTEL_EXPORTER_OTLP_CERTIFICATEfrom mTLS-specific classes to support standalone TLS scenarios (e.g., trusting self-signed server certificates without client authentication).Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changes