GrafanaAdmin is our default
This commit is contained in:
parent
cfc116439c
commit
ac2cdc0696
@ -158,14 +158,14 @@
|
|||||||
http_port = myData.ports.grafana;
|
http_port = myData.ports.grafana;
|
||||||
};
|
};
|
||||||
users.auto_assign_org = true;
|
users.auto_assign_org = true;
|
||||||
users.auto_assign_org_role = "Editor";
|
users.auto_assign_org_role = "Admin";
|
||||||
|
|
||||||
# https://github.com/grafana/grafana/issues/70203#issuecomment-1612823390
|
# https://github.com/grafana/grafana/issues/70203#issuecomment-1612823390
|
||||||
auth.oauth_allow_insecure_email_lookup = true;
|
auth.oauth_allow_insecure_email_lookup = true;
|
||||||
|
|
||||||
"auth.generic_oauth" = {
|
"auth.generic_oauth" = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
#auto_login = true;
|
auto_login = true;
|
||||||
client_id = "5349c113-467d-4b95-a61b-264f2d844da8";
|
client_id = "5349c113-467d-4b95-a61b-264f2d844da8";
|
||||||
client_secret = "$__file{/run/grafana/oidc-secret}";
|
client_secret = "$__file{/run/grafana/oidc-secret}";
|
||||||
auth_url = "https://git.jakstys.lt/login/oauth/authorize";
|
auth_url = "https://git.jakstys.lt/login/oauth/authorize";
|
||||||
|
Loading…
Reference in New Issue
Block a user