Sudhir Pandey
Sudhir Pandey

Reputation: 501

Securing Prometheus with user id and password

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

Answers (1)

brian-brazil
brian-brazil

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

Related Questions