LBAC for datasources: Adds feature availability (#101604)

* adds feature availability

* spellling

* table format enough
This commit is contained in:
Eric Leijonmarck
2025-03-05 17:04:06 +00:00
committed by GitHub
parent c1c9ea6964
commit 627e8995c0
@@ -20,8 +20,19 @@ Label-Based Access Control (LBAC) allows fine-grained access control to data sou
## Supported Data Sources
### Feature availability
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.
| Data source | [Grafana Cloud](/docs/grafana-cloud) | [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) |
| ----------- | ------------------------------------ | ----------------------------------------------------------------------------- |
| Loki | GA | GA |
| Prometheus | PrivatePreview | PrivatePreview |
{{% admonition type="note" %}}
For enterprise this feature requires Grafana Enterprise Metrics (GEM) or Grafana Enterprise Logs (GEL) to function.
{{% /admonition %}}
**LBAC for data sources offers:**
- Team-based access control using `LogQL` rules.