diff --git a/docs/administer/rbac.md b/docs/administer/rbac.md index ac36ecacb..1fa85bc90 100644 --- a/docs/administer/rbac.md +++ b/docs/administer/rbac.md @@ -508,6 +508,12 @@ Where: Yes ``` +Use the same command with the YAML file path containing the `everest-rbac` ConfigMap. For example: +```sh +everestctl settings rbac validate --policy-file ./rbac-config.yaml +``` + + ## Breaking API changes for RBAC Starting from Percona Everest v1.2.0, breaking changes are being implemented to the API for `monitoring-instances` and `backup-storages `resources. Explore further by checking out the section on [Breaking API changes](../api_rbac.md) for a deep dive into this topic.