grafana: allow anonymous viewer

This commit is contained in:
Payas Relekar 2023-06-05 03:03:06 +05:30
parent 2faa1f0c7a
commit bf7142cf37

View file

@ -132,8 +132,10 @@
enable = true;
settings = {
auth.anonymous = {
enabled = true;
enable = true;
hide_version = true;
org_name = "bhanaks";
org_role = "Viewer";
};
analytics.reporting_enabled = false;
server = {