From 28c2555e7f69dc5c6caacd5fdb564e6562cc4796 Mon Sep 17 00:00:00 2001 From: Natalia Bernarte Oses <74534993+natellium@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:37:18 +0200 Subject: [PATCH] Revert "add library panels rbac" (#76532) Revert "add library panels rbac (#76483)" This reverts commit 549d8d4968bf04c6b26ad46533c98eda097f20a4. --- docs/sources/whatsnew/whats-new-next/index.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/sources/whatsnew/whats-new-next/index.md b/docs/sources/whatsnew/whats-new-next/index.md index 422bf2f085d..724719b637c 100644 --- a/docs/sources/whatsnew/whats-new-next/index.md +++ b/docs/sources/whatsnew/whats-new-next/index.md @@ -128,14 +128,3 @@ _Available in private preview in Grafana Cloud_ The Grafana Assume Role authentication provider lets Grafana Cloud users of the CloudWatch data source authenticate with AWS without having to create and maintain long term AWS Users. Using the new assume role authentication method, you no longer have to rotate access and secret keys in your CloudWatch data source. Instead, Grafana Cloud users can create an identity access and management (IAM) role that has a trust relationship with Grafana's AWS account; Grafana's AWS account will then use AWS Secure Token Service (STS) to create temporary credentials to access the user's AWS data. To learn more, refer to the [CloudWatch authentication documentation](/docs/grafana/next/datasources/aws-cloudwatch/aws-authentication). - -## RBAC for library panels - - - - -October 24, 2023 - -_Generally available in Grafana Cloud_ - -You can manage the permissions for library panels with [RBAC](https://grafana.com/docs/grafana//administration/roles-and-permissions/access-control/), which provides a way to extend the permissions available with basic roles and gives you more granular control of users' actions.