Open sontek opened 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)
vercel
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?
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
)