Files
Eric Leijonmarck 0aefd99cff LBAC for data sources: Update feature states (#107260)
update feature states
2025-06-26 17:09:26 +01:00

2.3 KiB

description keywords labels title weight
Configure LBAC for data sources for Loki data source on Grafana Cloud
loki
datasource
team
products
cloud
Configure LBAC for data sources for Loki 250

Configure LBAC for data sources for Loki data source on Grafana Cloud

LBAC for data sources is available on Grafana Cloud using a new Loki data source with basic authentication configured. A new data source can be created as described in LBAC Configuration for New Loki Data Source.

Before you begin

  • Be sure that you have the permission setup to create a Loki tenant in Grafana Cloud
  • Be sure that you have admin data source permissions for Grafana.

Permissions

We recommend that you remove all permissions for roles and teams that are not required to access the data source. This will help to ensure that only the required teams have access to the data source. The recommended permissions are Admin permission and only add the teams Query permissions that you want to add LBAC for data sources rules for.

Task 1: LBAC Configuration for New Loki Data Source

  1. Access Loki data sources details for your stack through grafana.com
  2. Copy Loki details and create a CAP
    • Copy the details of your Loki setup.
    • Create a Cloud Access Policy (CAP) for the Loki data source in grafana.com.
    • Ensure the CAP includes logs:read permissions.
    • Ensure the CAP does not include labels rules.
  3. Create a new Loki data source
    • In Grafana, proceed to add a new data source and select Loki as the type.
  4. Navigate back to the Loki data source
    • Set up the Loki data source using basic authentication. Use the userID as the username. Use the generated CAP token as the password.
    • Save and connect.
  5. Navigate to data source permissions
    • Go to the permissions tab of the newly created Loki data source. Here, you'll find the LBAC for data sources rules section.

For more information on how to setup LBAC for data sources rules for a Loki data source, refer to Create LBAC for data sources rules for the Loki data source.