Documentation: Viewer role can arbitrarily query data sources directly (#69590)

Add docs that Viewer can query data source directly

Signed-off-by: Matt Davis <mw.davis@hotmail.co.uk>
This commit is contained in:
Matt Davis 2023-09-27 17:48:44 +01:00 committed by GitHub
parent efaa779c2e
commit 1f1cdaaab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ Grafana uses the following roles to control user access:
- **Organization administrator**: Has access to all organization resources, including dashboards, users, and teams.
- **Editor**: Can view and edit dashboards, folders, and playlists.
- **Viewer**: Can view dashboards and playlists.
- **Viewer**: Can view dashboards, playlists, and query data sources.
- **No Basic Role**: Has no permissions. Permissions will be added with RBAC as needed.
The following table lists permissions for each role.
@ -94,6 +94,7 @@ The following table lists permissions for each role.
| View annotations | yes | yes | yes | |
| Add, edit, delete annotations | yes | yes | | |
| Access Explore | yes | yes | | |
| Query data sources directly | yes | yes | yes | |
| Add, edit, delete data sources | yes | | | |
| Add and edit users | yes | | | |
| Add and edit teams | yes | | | |