-
Notifications
You must be signed in to change notification settings - Fork 657
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
Implement client key file and client certificate file for all OTLP exporters. #3590
base: main
Are you sure you want to change the base?
Implement client key file and client certificate file for all OTLP exporters. #3590
Conversation
a685836
to
39bc279
Compare
39bc279
to
e57aa8e
Compare
e57aa8e
to
6bef4e6
Compare
…ertificate-for-otlp-exporters
I would be interested in this feature. Are you still working on this? |
@@ -89,6 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
([#3524](https://github.com/open-telemetry/opentelemetry-python/pull/3524)) | |||
- Handle `taskName` `logrecord` attribute | |||
([#3557](https://github.com/open-telemetry/opentelemetry-python/pull/3557)) | |||
- Implement client key file and client certificate file for all OTLP exporters |
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.
This needs to be moved to unreleased above
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.
Also interested in this. Is MTLS not supported on all exporters? I'm running into this problem a few times today with Node JS http exporter also |
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.
@chittalpatel gentle ping. Are you still working on this one?
Description
Added support to provide client key file and client certificate file to all OTLP exporters.
Fixes #2991
Fixes #3327
Type of change
How Has This Been Tested?
Updated tests and verified them using:
tox -e opentelemetry-exporter-otlp-proto-grpc
tox -e opentelemetry-exporter-otlp-proto-http
Does This PR Require a Contrib Repo Change?
Answer the following question based on these examples of changes that would require a Contrib Repo Change:
Checklist: