Skip to content

Configure access control

You can configure access control in PMM as follows:

  • Docker
  • User Interface

Configure access control using Docker

To configure access roles in a pmm-server docker container, pass an additional environment variable ENABLE_RBAC=1 when starting the container.

docker run  -e ENABLE_RBAC=1

For compose add an additional variable:

services:
  pmm-server:
    …
    environment:
      …
      ENABLE_RBAC=1

Configure access control from the UI

To configure access control from the UI, do the following:

From the main menu, navigate to Configuration SettingsAdvanced SettingsAccess Control and click toggle.

Get expert help

If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.


Last update: 2024-03-11