zapier / prom-aggregation-gateway

An aggregating push gateway for Prometheus
Mozilla Public License 2.0
122 stars 27 forks source link

Add support for authentication #12

Open sontek opened 1 year ago

sontek commented 1 year ago

Similar to https://github.com/prometheus/pushgateway#tls-and-basic-authentication this should support some type of way to secure it if it needs to be communicated to publicly (i.e from something like vercel)

mplachter commented 1 year ago

Currently, we support basic auth using an AuthUsers comma-separated list, which can be passed at the command line or set as an ENV Variable.

Do we think we should support TLS as well, or do we want better Docs around this?