prometheus-community / prom-label-proxy

A proxy that enforces a given label in a given PromQL query.
Apache License 2.0
249 stars 95 forks source link

Support TLS configuration for upstream #136

Open sumeet-zuora opened 1 year ago

sumeet-zuora commented 1 year ago

when using https endpoint, I am getting http: proxy error: x509: certificate signed by unknown authority is there a way to allow insecure upstream

simonpasquier commented 1 year ago

:wave: this isn't currently possible. I'd say that users should be able to configure the usual TLS settings for the upstream server: CA file, client cert/key file, server name and skip verification.