-
Notifications
You must be signed in to change notification settings - Fork 449
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
[EXPORTER] OTLP GRPC mTLS support #1785
Comments
Related: #1756 |
@sirzooro this is in regards with grpc mtls support. |
Analysis The OTLP GRPC client options are:
There are options for the CA_CERT, as a path or a string. Options for the client key (path or string), and client cert (path or string) are missing. |
@lalitb Any update on this |
For OTLP HTTP, there is work in progress to implement mTLS, see PR #1793 For OTLP GRPC, this is not started yet. |
This issue was marked as stale due to lack of activity. |
And just a note for folks trying it out, as you'll see in the code, it is disabled by-default currently, need to define the macro ENABLE_OTLP_GRPC_SSL_MTLS_PREVIEW (or Cmake option of DWITH_OTLP_GRPC_SSL_MTLS_PREVIEW=ON) to enable it. |
Is your feature request related to a problem?
Wanted to setup mtls connection between opentelemetry collector and opentelemetry-cpp client.
But was receiving error like
Upon research found out there is no mtls support from opentelemetry-cpp client side to enable connection with otel collector.
Steps to reproduce Issue
otel config should be:
Run Client as following:
Please enable mTLS support on opentelemetry-cpp client side.
The text was updated successfully, but these errors were encountered: