[This tutorial is under developement]
Prometheus does not directly support basic authentication (aka “basic auth”) for connections to the Prometheus expression browser and HTTP API.
If you’d like to enforce basic auth for those connections, we recommend using Prometheus in conjunction with
- A reverse proxy and applying authentication at the proxy layer using nginx
- A reverse proxy and applying authentication at the proxy layer using nginx and one way TLS
- A reverse proxy and applying authentication at the proxy layer using nginx and Mutual TLS
A reverse proxy and applying authentication at the proxy layer using nginx
A reverse proxy and applying authentication at the proxy layer using nginx and one way TLS
A reverse proxy and applying authentication at the proxy layer using nginx and Mutual TLS
Reference
– https://prometheus.io/docs/guides/basic-auth/
– https://prometheus.io/docs/operating/security/
– https://prometheus.io/docs/operating/security/#authentication-authorization-and-encryption
Latest posts by Rajesh Kumar (see all)
- Packer Tutorials: Amazon Secrets Manager Data Source – amazon-secretsmanager - May 25, 2023
- Packer Tutorials: Amazon Data Sources – amazon-parameterstore - May 25, 2023
- What is DevSecTestOps? - May 25, 2023