Compare commits

...

2 commits

Author SHA1 Message Date
sid
f4b5ffff8a 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
2026-05-22 19:17:27 +02:00
sid
e0f0581d27 grafana: add anonymous auth
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 21s
Flake check / flake-check (pull_request) Successful in 21s
2026-05-22 19:16:45 +02:00

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 = {