grafana: add anonymous auth
This commit is contained in:
parent
4da48d5f99
commit
e0f0581d27
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue