Dear grafana forum,
Is it possible to have multiple viewer groups? We created some fancy dashboards but we would like to restrict it based on function of the person?
Meaning, sales people see a specific dashboard with view rights, but should not be able to view other dashboards as it’s not their ‘bussiness’.
We are using LDAP for authenitcation so basically what i want to achieve is folliwing
Admins = LDAP_GROUP_1 with admin rights.
Editors = LDAP_GROUP_2 with edit access all dashboards
Viewers_sales = LDAP_GROUP_SALES with view access to dashboard 3 but no access to 1+2
Viewers_Operations = LDAP_GROUP_OPS with view access to dashboard 1+2
Viewers_…
Thanks
Kristof