mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LBAC for data sources: Update to indicate that we have experimental
and GA
(#100187)
update confusing docs
This commit is contained in:
parent
57e30633e9
commit
98e3237ce2
@ -20,7 +20,7 @@ Label-Based Access Control (LBAC) allows fine-grained access control to data sou
|
||||
|
||||
## Supported Data Sources
|
||||
|
||||
LBAC for data sources is currently available for `Loki, Prometheus` with basic authentication. Support for additional data sources may be added in future updates.
|
||||
LBAC for data sources is currently generally available for `Loki` and in **experimental** for `Prometheus`. Support for additional data sources may be added in future updates.
|
||||
|
||||
**LBAC for data sources offers:**
|
||||
|
||||
@ -28,11 +28,6 @@ LBAC for data sources is currently available for `Loki, Prometheus` with basic a
|
||||
- Simplified data source management by consolidating multiple sources into one.
|
||||
- Dashboard reuse across teams with tailored access.
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
LBAC rules is available for **private preview** in Grafana Cloud.
|
||||
Report any unexpected behavior to the Grafana Support team.
|
||||
{{< /admonition >}}
|
||||
|
||||
You can configure user access based upon team memberships using `LogQL`.
|
||||
LBAC for data sources controls access to logs or metrics depending on the rules set for each team.
|
||||
|
||||
@ -57,7 +52,7 @@ This flexibility allows teams to use the same data source for multiple use cases
|
||||
|
||||
## Before you begin
|
||||
|
||||
To be able to use LBAC for data sources, you need to enable the feature toggle `teamHttpHeaders` on your Grafana instance.
|
||||
To be able to use LBAC for data sources metrics, you need to enable the feature toggle `teamHttpHeadersMimir` on your Grafana instance.
|
||||
|
||||
## Limitations
|
||||
|
||||
|
@ -22,7 +22,7 @@ You cannot configure LBAC rules for Grafana-provisioned data sources from the UI
|
||||
|
||||
## Before you begin
|
||||
|
||||
To be able to use LBAC for data sources rules, you need to enable the feature toggle `teamHttpHeaders` on your Grafana instance. Contact support to enable the feature toggle for you.
|
||||
To be able to use LBAC for data sources rules, you need to enable the feature toggle `teamHttpHeadersMimir` on your Grafana instance. Contact support to enable the feature toggle for you.
|
||||
|
||||
- Be sure that you have the permission setup to create a Prometheus tenant in Grafana Cloud
|
||||
- Be sure that you have admin data source permissions for Grafana.
|
||||
|
Loading…
Reference in New Issue
Block a user