What's new from Grafana Labsbreadcrumb arrow Permission validation on custom role creation and update
What's new from Grafana Labs
What's new from Grafana Labs
Generally AvailableAuthentication and authorization
Release date: 2023-08-25

Permission validation on custom role creation and update

With the current release, we enabled RBAC permission validation (rbac.permission_validation_enabled setting) by default. This means that the permissions provided in the request during custom role creation or update are validated against the list of available permissions and their scopes. If the request contains a permission that is not available or the scope of the permission is not valid, the request is rejected with an error message.


Related What's new posts