mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add library panels rbac (#76483)
* add library panels rbac * Update docs/sources/whatsnew/whats-new-next/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/whatsnew/whats-new-next/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Added date * Fixed version syntax * run prettier --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
239bda207e
commit
549d8d4968
@@ -128,3 +128,14 @@ _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
|
||||
|
||||
<!-- Kay Delaney, Natalia Bernarte -->
|
||||
<!-- Enterprise public preview -->
|
||||
|
||||
October 24, 2023
|
||||
|
||||
_Generally available in Grafana Cloud_
|
||||
|
||||
You can manage the permissions for library panels with [RBAC](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/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.
|
||||
|
||||
Reference in New Issue
Block a user