mweinelt / kea-exporter

Export Kea Metrics in the Prometheus Exposition Format
MIT License
34 stars 17 forks source link

TLS/SSL support #21

Closed M0NsTeRRR closed 4 years ago

M0NsTeRRR commented 4 years ago

Hello,

Do there any plan to add TLS support like node_exporter to be secured/encrypted ? https://github.com/prometheus/node_exporter/blob/master/https/README.md

Best regards,

mweinelt commented 4 years ago

No, I'm afraid that is out of scope.

I'd recommend reverse proxying the exporter instead. In the simplest case this could be done by https://github.com/QubitProducts/exporter_exporter.

Best regards!

M0NsTeRRR commented 4 years ago

Thanks for the link I didn't know, it will be better than running a Nginx server !