Configuration of the Grafana-Dogus
Authorizations
A user in the global admin group (key: config/_global/admin_group
) has full admin access to the Dogu at all times.
In addition, various roles can be created in the configuration:
-
config/grafana/reader_group
: The group set there has read permissions in Grafana (Viewer)- If the key is not set, the group
grafanaReader
automatically receives this authorization.
- If the key is not set, the group
-
config/grafana/writer_group
: The group set there has write permissions in Grafana (Editor)- If the key is not set, the group
grafanaWriter
automatically receives this authorization.
- If the key is not set, the group
-
config/grafana/admin_group
: The group set there has admin authorizations in Grafana (Admin)- If the key is not set, the group
grafanaAdmin
automatically receives this authorization.
- If the key is not set, the group
If you are not in any of the groups mentioned, you cannot access Grafana at all.
Gravatar
The configuration key config/grafana/disable_gravatar
can be used to deactivate Gravatar for Grafana.
- "true": Gravatar is deactivated.
- "false": Gravatar is enabled.
- no value: Gravatar is enabled.