containers / prometheus-podman-exporter

Prometheus exporter for podman environments exposing containers, pods, images, volumes and networks information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: Add support for HTTPS & authentication

fpoirotte opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently, the only way to add encryption or authentication to the exporter is to introduce a reverse proxy.
I would like to do this without relying on yet an additional tool.

Describe the solution you'd like
Add native support for HTTPS & authentication, using available features from the exporter_toolkit, which is already a dependency for prometheus-podman-exporter.

Additional context
n/a.