Merge pull request 'grafana: add anonymous auth' (#87) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 26s

Reviewed-on: #87
This commit is contained in:
sid 2026-05-22 19:17:27 +02:00
commit f4b5ffff8a

View file

@ -44,6 +44,11 @@
http_addr = "0.0.0.0"; http_addr = "0.0.0.0";
http_port = 3003; http_port = 3003;
}; };
"auth.anonymous" = {
enabled = true;
org_name = "Main Org.";
org_role = "Admin";
};
}; };
provision = { provision = {