Add role mapping support for Google OIDC (#76459)

* Add role mapping support for Google OIDC

* Added note about entry already being in on-prem

* Add line

* Fixed version syntax

* Fixed typo

* Removed index.md from link

* Added release date
This commit is contained in:
Isabel 2023-10-13 08:01:41 -04:00 committed by GitHub
parent 28c2555e7f
commit f251f1d532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,22 @@ weight: -37
Welcome to Grafana Cloud! Read on to learn about the newest changes to Grafana Cloud.
## Role mapping support for Google OIDC
<!-- Jo Guerreiro -->
<!-- already in on-prem -->
October 24, 2023
_Generally available in Grafana Cloud_
You can now map Google groups to Grafana organizational roles when using Google OIDC.
This is useful if you want to limit the access users have to your Grafana instance.
We've also added support for controlling allowed groups when using Google OIDC.
Refer to the [Google Authentication documentation](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-security/configure-authentication/google/) to learn how to use these new options.
## Distributed tracing in Grafana Cloud k6
<!-- Heitor Tashiro Sergent -->