I’m using grafana 11.1.3 under docker with official docker image.
- There is only one (default) organisation.
- There is loki data-source added with no dashboards created for it.
- I’m want to make specific user with “Viewer” role to view all data from loki data-source.
If user has “Editor” or “Admin” role, he/she is able to view all data from loki data-source via menu
→ connections
→ datasources
→ explore
.
If user has “Viewer” role, there are no menu
→ connections
entry at all.
It seems that adding data-source permission for that specific user with “Viewer” role should do what I want, but there are no “Permissions” tab on Connections
→ Data sources
→ my loki data-source name
page, even when logged in as grafana super-admin.
How could I achieve that?