Merge pull request 'grafana: add anonymous auth' (#87) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 26s
All checks were successful
Deploy configs / deploy-configs (push) Successful in 26s
Reviewed-on: #87
This commit is contained in:
commit
f4b5ffff8a
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