add: no basic role feature to whats new

pull/76073/head
Eric Leijonmarck 2 years ago
parent 75a995d8a5
commit eb2e31c3dc
  1. 11
      docs/sources/whatsnew/whats-new-in-v10-2.md

@ -39,3 +39,14 @@ You must use relative references when linking to docs within the Grafana repo. P
Learn how to upload images here: https://grafana.com/docs/writers-toolkit/write/image-guidelines/#where-to-store-media-assets
-->
## Authentication and authorization
### No Basic Role
Generally available in all editions of Grafana
Introducing a new basic role with no permissions, called "No Basic Role." This role is perfect for when users would like their service accounts or users to have tailored customized RBAC permissions. This can be set as a basic role via the API or UI.
To access this feature, the `noBasicRole` feature toggle must be enabled.
Note: It's important to remember that this role cannot be modified like other basic roles.
Loading…
Cancel
Save