From 1f1cdaaab18ee676b04d8cac1d46d722953ed3f9 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 27 Sep 2023 17:48:44 +0100 Subject: [PATCH] Documentation: Viewer role can arbitrarily query data sources directly (#69590) Add docs that Viewer can query data source directly Signed-off-by: Matt Davis --- docs/sources/administration/roles-and-permissions/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/administration/roles-and-permissions/_index.md b/docs/sources/administration/roles-and-permissions/_index.md index b31dd35f297..51e9a4b3cee 100644 --- a/docs/sources/administration/roles-and-permissions/_index.md +++ b/docs/sources/administration/roles-and-permissions/_index.md @@ -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 | | | |