From d6c8b011f14682b5c322022fcebb9d2a9cab2fed Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:42:16 -0500 Subject: [PATCH] [v9.3.x] Docs: corrects typo (#62960) Docs: corrects typo (#62954) corrects typo (cherry picked from commit cf272186fb9a3b1aa024a9d96781792b2b85e7b3) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../access-control/plan-rbac-rollout-strategy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/roles-and-permissions/access-control/plan-rbac-rollout-strategy/index.md b/docs/sources/administration/roles-and-permissions/access-control/plan-rbac-rollout-strategy/index.md index 7b4b0a4a3f1..aafd7ac5d64 100644 --- a/docs/sources/administration/roles-and-permissions/access-control/plan-rbac-rollout-strategy/index.md +++ b/docs/sources/administration/roles-and-permissions/access-control/plan-rbac-rollout-strategy/index.md @@ -82,7 +82,7 @@ We've compiled the following permissions rollout scenarios based on current Graf ### Provide internal viewer employees with the ability to use Explore, but prevent external viewer contractors from using Explore 1. In Grafana, create a team with the name `Internal employees`. -1. Assign the `fixed:datasources:querier` role to the `Internal employees` team. +1. Assign the `fixed:datasources:explorer` role to the `Internal employees` team. 1. Add internal employees to the `Internal employees` team, or map them from a SAML, LDAP, or Oauth team using [Team Sync]({{< relref "../../../../setup-grafana/configure-security/configure-team-sync/" >}}). 1. Assign the viewer role to both internal employees and contractors.