Issues deploying user access roles

Hello everyone
I have defined another user named “operator” besides the “admin” user. I have the following
dashboards with the mentioned user access roles:

dashboard A: admin-> full access / operator: view
dashboard B: admin-> full access / operator: view
dashboard C: admin-> full access
dashboard D: admin-> full access

My wired problem is that “operator” can see all dashboards and has full access to all dashboards despite of the rules I have configured! What should I do more than these? I have also restarted the grafana-server service but with no success!

1 Like

What kind of “rules”?

By rules, I mean the following configuration. As you can see, I have defined user “operator” and given the permission to view to dashboard “A”. But after login, user “operator” has access to all other dashboards!


That’s expected, because user has a Role and that role provides permissions as well.

I got that! Thanks :+1: