grafana: assign viewer role for new people

This commit is contained in:
Motiejus Jakštys 2023-09-17 22:41:51 +03:00
parent e039cd2ace
commit 0208e59595
1 changed files with 1 additions and 1 deletions

View File

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