LBAC for data sources: Update to indicate that we have experimental and GA (#100187)

update confusing docs
This commit is contained in:
Eric Leijonmarck 2025-02-06 14:05:52 +00:00 committed by GitHub
parent 57e30633e9
commit 98e3237ce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 8 deletions

View File

@ -20,7 +20,7 @@ Label-Based Access Control (LBAC) allows fine-grained access control to data sou
## Supported Data Sources ## 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:** **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. - Simplified data source management by consolidating multiple sources into one.
- Dashboard reuse across teams with tailored access. - 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`. 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. 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 ## 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 ## Limitations

View File

@ -22,7 +22,7 @@ You cannot configure LBAC rules for Grafana-provisioned data sources from the UI
## Before you begin ## 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 the permission setup to create a Prometheus tenant in Grafana Cloud
- Be sure that you have admin data source permissions for Grafana. - Be sure that you have admin data source permissions for Grafana.