Manage Access to Infrastructure and Home

Hi

I would like to manage access to Infrastructure/Kubernetes (the Kubernetes Monitoring Dashboard) and the Home page.
The links are the following: instance.grafana.net/a/grafana-k8s-app/ and instance.grafana.net/a/cloud-home-app.

What RBAC roles and scopes do I have to define to grant access to a user which has the ‘None’ basic role?

1 Like

They don’t support RBAC for now.

I figured out that the following permission grants access to the Kubernetes Monitoring Dashboard:

      "action": "plugins.app:access",
      "scope": "plugins:id:grafana-k8s-app"

granted the user also has permission to view the datasource.
For the cloud home app, it’s a bit more complicated.

      "action": "plugins.app:access",
      "scope": "plugins:id:cloud-home-app"

works, but they need the ‘Viewer’ Basic Role for it to show the stats at the bottom.