docs: manual backport for what's new for 9.1.0 (#53842)
* Docs: Add 9.1 to What's New index (#53545) * Docs: Add 9.1 to What's New index * Docs: Update docs index What's New link (cherry picked from commit1f692d4020) * Docs: Fix link in What's New in 9.1 (#53259) (cherry picked from commit25e546ad21) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
This commit is contained in:
co-authored by
Garrett Guillotte
parent
f6d7731dc1
commit
0a71f0fc20
@@ -71,8 +71,8 @@ title: Grafana documentation
|
||||
<h4>Provisioning</h4>
|
||||
<p>Learn how to automate your Grafana configuration.</p>
|
||||
</a>
|
||||
<a href="{{< relref "whatsnew/whats-new-in-v8-0/" >}}" class="nav-cards__item nav-cards__item--guide">
|
||||
<h4>What's new in v8.0</h4>
|
||||
<a href="{{< relref "whatsnew/whats-new-in-v9-1/" >}}" class="nav-cards__item nav-cards__item--guide">
|
||||
<h4>What's new in v9.1</h4>
|
||||
<p>Explore the features and enhancements in the latest release.</p>
|
||||
</a>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ Service accounts are an evolution in machine access within Grafana.
|
||||
You can create multiple API tokens per service account with independent expiration dates, and temporarily disable a service account without deleting it.
|
||||
These benefits make service accounts a more flexible way for Terraform and other apps to authenticate with Grafana.
|
||||
|
||||
Service accounts also work with [role-based access control]({{< relref "../enterprise/access-control/" >}}) in [Grafana Enterprise]({{< relref "../enterprise/" >}}).
|
||||
Service accounts also work with [role-based access control]({{< relref "../administration/roles-and-permissions/access-control" >}}) in [Grafana Enterprise]({{< relref "../enterprise/" >}}).
|
||||
You can improve security by granting service accounts specific roles to limit the functions they can perform.
|
||||
Service accounts have been in beta since Grafana v8.5.
|
||||
During that time, we've improved the UI and migration path from API keys, made it possible to add service accounts to teams, and inherit team permissions.
|
||||
@@ -187,7 +187,7 @@ This is an early-access feature available only to self-managed customers.
|
||||
|
||||
#### RBAC for app plugins, usage insights, and query caching
|
||||
|
||||
As part of our continued improvements to RBAC, we are rolling out role-based access control (RBAC) across all of Grafana's features.
|
||||
As part of our continued improvements to role-based access control (RBAC), we are rolling out RBAC across all of Grafana's features.
|
||||
In v9.1, you can determine which users, teams, and roles can access app plugins like OnCall and Synthetics.
|
||||
|
||||
> **Note:** You can't yet define view or edit roles for app plugins.
|
||||
|
||||
Reference in New Issue
Block a user