grafana: Viewer -> Editor

This commit is contained in:
Motiejus Jakštys 2023-12-07 22:29:11 +02:00
parent 8aed50ee78
commit 4c80004870
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@
http_port = myData.ports.grafana;
};
users.auto_assign_org = true;
users.auto_assign_org_role = "Viewer";
users.auto_assign_org_role = "Editor";
# https://github.com/grafana/grafana/issues/70203#issuecomment-1612823390
auth.oauth_allow_insecure_email_lookup = true;