mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
efaa779c2e
commit
1f1cdaaab1
@ -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.
|
- **Organization administrator**: Has access to all organization resources, including dashboards, users, and teams.
|
||||||
- **Editor**: Can view and edit dashboards, folders, and playlists.
|
- **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.
|
- **No Basic Role**: Has no permissions. Permissions will be added with RBAC as needed.
|
||||||
|
|
||||||
The following table lists permissions for each role.
|
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 | |
|
| View annotations | yes | yes | yes | |
|
||||||
| Add, edit, delete annotations | yes | yes | | |
|
| Add, edit, delete annotations | yes | yes | | |
|
||||||
| Access Explore | yes | yes | | |
|
| Access Explore | yes | yes | | |
|
||||||
|
| Query data sources directly | yes | yes | yes | |
|
||||||
| Add, edit, delete data sources | yes | | | |
|
| Add, edit, delete data sources | yes | | | |
|
||||||
| Add and edit users | yes | | | |
|
| Add and edit users | yes | | | |
|
||||||
| Add and edit teams | yes | | | |
|
| Add and edit teams | yes | | | |
|
||||||
|
Loading…
Reference in New Issue
Block a user