trickstercache / trickster

Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator
https://trickstercache.org
Apache License 2.0
1.99k stars 177 forks source link

Example of how to pass authN to Prometheus backend #643

Closed tamalsaha closed 1 year ago

tamalsaha commented 1 year ago

I am trying to use Trickster with a Prometheus backend that uses authentication.

(1) How do I pass the username/password from trickster config to the Prometheus backend?

(2) Is it possible to send the username/password to trickster and trickster passing that to the backend peometheus?

Thanks.