PMM Web Interface Logins

I had set the password for accessing the PMM Server web interface by passing the SERVER_PASSWORD environment variable when creating and running the pmm server container. However would like to configure multiple logins, does it support more than one user?

we have two kind of users

  1. for web interface (qan + grafana)
  2. for pmm client authorization

all pmm clients should use the same credentials which created via SERVER_USER, SERVER_PASSWORD variables.

but for web access you can!

  • it is needed manually create users in file inside container
  • additionally you can create grafana users via web interface

Ok, so after creating the users in /etc/nginx/.htpasswd, do we need to restart the pmm?

no, everything should work fine without restart