can pmm suport multiple account?

Obviously DBA needs pmm, sometimes our developer want’s to see some db metrics too(such as qps, threads_running and slow query). But pmm now only suport one account – the “server_user”(we use this account to login to pmm page)

docker run -d
-p 8080:80
–volumes-from pmm-data
–name pmm-server
-e SERVER_USER=user
-e SERVER_PASSWORD=pass
-e METRICS_RETENTION=720h
-e METRICS_RESOLUTION=5s
-e DISABLE_TELEMETRY=true
–restart always
percona/pmm-server:latest

Will we support multiple user logins in the future, and users can have different privileges, such as read-only users?