Hey everyone,
I am trying to set up a Grafana instance that utilizes tenancy to separate users into individual groups, each with access to different data sources and dashboards.
However, I now stumbled on one issue – The instance is set up so that users of one specific LDAP group should, upon their first sign-up, get access to multiple organizations automatically. I was, however, unable to figure this out from the docs.
What I want is - Users from a given group_dn to be assigned as org_role admin in multiple organizations, given by their org_id, on the user’s first login.
Is there a way to achieve this right now? I’m running Grafana version 12.0.4.
Thank you!