Skip to content
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

Feature Request - TLS Support for TracingService #5493

Open
eanveden opened this issue Dec 28, 2023 · 1 comment
Open

Feature Request - TLS Support for TracingService #5493

eanveden opened this issue Dec 28, 2023 · 1 comment
Labels
t:feature New feature or enhancement request

Comments

@eanveden
Copy link

eanveden commented Dec 28, 2023

Please describe your use case / problem.
Our organization has a strict compliance requirement that mandate all end-to-end communications with services to be conducted over HTTPS. Presently, we utilize cluster-wide OTLP collectors exposing trace endpoints over TLS. However, there is currently no way to customize TracingService for exporting traces using TLS.

Describe the solution you'd like
An additional field under TracingService that supports TLS. Something similar to

tls:
  ca_file: /some/path/trusted-ca.crt
  cert_file: /some/path/tls.crt
  key_file: /some/path/tls.key
service:
driver:
config: 
custom_tags:
tag_headers: 
propagation_modes:

Describe alternatives you've considered
Haven't been able to come up with anything unfortunately. Putting a proxy to handle the TLS negotiation wouldn't be a viable alternative since we require E2E TLS.

@cindymullins-dw cindymullins-dw added the t:feature New feature or enhancement request label Jan 6, 2024
@MikeKlebolt
Copy link

Hello, can we please get some traction on this so we can remain TLS compliant within our organization?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:feature New feature or enhancement request
Projects
None yet
Development

No branches or pull requests

3 participants