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

[exporters/prometheus] Prometheus exporter mTLS implementation #10851

Closed
gfierka opened this issue Jun 9, 2022 · 3 comments
Closed

[exporters/prometheus] Prometheus exporter mTLS implementation #10851

gfierka opened this issue Jun 9, 2022 · 3 comments
Assignees
Labels
comp:prometheus Prometheus related issues priority:p2 Medium

Comments

@gfierka
Copy link

gfierka commented Jun 9, 2022

Is your feature request related to a problem? Please describe.
Many opentelemetry exporters support TLS, but that's not the case with prometheus exporter. Implementing TLS would boost security.

Describe the solution you'd like
From an end user perspective, implementing a solution similar to existing ones, i.e. Jaeger exporter

tls:
  key_file: file.key
  cert_file: file.cert
@neelayu
Copy link
Contributor

neelayu commented Jun 9, 2022

#10858 will resolve this issue.

@neelayu
Copy link
Contributor

neelayu commented Aug 3, 2022

#12921

@dmitryax
Copy link
Member

Thanks for the contribution @neelayu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:prometheus Prometheus related issues priority:p2 Medium
Projects
None yet
Development

No branches or pull requests

5 participants