-
Notifications
You must be signed in to change notification settings - Fork 235
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
Add TLS for the web UI + metrics #413
Comments
Metrics may contain sensitive information, so it should be possible to scrape them over an encrypted connection. This requires TLS support. For consistency with other Prometheus exporters, we use the exporter toolkit to provide TLS support. Fixes prometheus#413.
Metrics may contain sensitive information, so it should be possible to scrape them over an encrypted connection. This requires TLS support. For consistency with other Prometheus exporters, we use the exporter toolkit to provide TLS support. Fixes prometheus#413.
@CtrlZvi I saw that you have an implementation of this, would you mind upstreaming it? Or if not (as in you don't want to deal with the review process) could I submit your change as a pull request on your behalf? |
Dunno why I didn't convert that commit to a PR. I'll take a look at it this weekend to ensure it's still up to date and get it turned into a PR (assuming the reason I didn't submit it isn't that it doesn't work). |
Hello everyone! What is the status of the above-mentioned pull request? I'd be very interested in having |
As far as I've been able to see in @CtrlZvi's repository, the code is already there so, hopefully, he could build such PR, if he has the time. |
Use the exporter toolkit to add support for TLS on the HTTP interface. See prometheus/graphite_exporter#175 for an example.
The text was updated successfully, but these errors were encountered: