prometheus / jmx_exporter

A process for exposing JMX Beans via HTTP for Prometheus consumption
Apache License 2.0
2.97k stars 1.19k forks source link

secure the endpoint? #201

Closed jmazzitelli closed 6 years ago

jmazzitelli commented 6 years ago

What are the odds of a PR being accepted that secures the metrics endpoint of jmx_exporter (so it, say, supports https and basic auth as an example)?

brian-brazil commented 6 years ago

In line with the rest of the Prometheus ecosystem, this is left to tools like nginx/apache to handle.

xakassi commented 3 years ago

Hi, guys! Do we have any chance that things have changed and you can accept a PR for securing /metrics endpoint with basic auth? Nginix is not convenient for us in Kuberenetes environment.