kubernetes-app
kubernetes-app copied to clipboard
Permission denied error for non admin users
I have successfully configured the plugin to monitore my GKE kubernetes cluster, I have Grafana installed using the official stable helm chart (same for prometheus).
My problem is that non admin users have permission denied
errors while trying to access the plugin page, with the list of clusters, same thing for some of the dashboards (node and container ones). I checked the chrome console while trying to reproduce and it seems to be the call made to /api/datasources
that results in a 403 for non admin users.
Is there anything to configure to fix this ?
Thanks
Same problem here, and almost identical setup
I have same problem. According to http://docs.grafana.org/permissions/datasource_permissions/, we need to enable Datasource Permissions
. But it's only available in Grafana Enterprise. CMIIW.
Got this problem too. What's weird is that, as an editor, we can fetch datasource list when configuring a variable of type datasource. Documentation on HTTP API is missing information about required permissions for each endpoints.
Is there any update on this thread? I'm facing the same problem while fetching data from grafana datasource api (just to get IDs and names of datasources I've added to the grafana). Only the admin user is able to see the results.