Hi. I have a question related to the admin and super admins.
Accordingly to the documentation: (http://docs.grafana.org/reference/admin/)
Grafana administrators: These super admins can manage users across all organizations in a Grafana installation. They can also change and access system-wide settings.
But I’m not able to find how to set a user as a super admin. I can’t also find anything related to super_admin
in the code.
In general what I wanted to achieve: (multitenancy installation)
- only super admin can create organizations
- the admin user is an admin inside OWN organization
- the admin user is not allowed to create new organizations (this is not critical)
I also have a question regarding roles:
- is it possible to add custom roles for a user and show/hide certain functionality? (I can modify UI code if needed)
unfortunately, I can’t find documentation related to that.
Thank you in advance.