Reputation: 501
I am using Prometheus for monitoring purposes. Now I want it to be secured with LDAP authentication. Currently only the users that have a special role can access it.
Upvotes: 1
Views: 1857
Reputation: 34142
The recommended way to do this is with a reverse proxy such as Apache or Nginx. Prometheus itself does not support any authentication or authorisation on the serving components.
Upvotes: 1