grafana: reallow anonymous access

This commit is contained in:
Astro 2023-04-26 18:59:23 +02:00
parent 23feab5323
commit 29c1f68326
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
settings = {
analytics.reporting_enabled = false;
"auth.anonymous" = {
enabled = true;
org_name = "Chaos";
};
"auth.generic_oauth" = {
enabled = true;
allow_assign_grafana_admin = true;