From d10225d3e3a158f7cc5c0c8799b03167cfd10f1b Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 15 Jun 2018 20:45:54 -0500 Subject: [PATCH] allow anonymous viewing access to the Grafana This will be required in order to display these charts on the status page --- etc/grafana/grafana.ini.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/grafana/grafana.ini.tpl b/etc/grafana/grafana.ini.tpl index 6f24663..eaad5e8 100644 --- a/etc/grafana/grafana.ini.tpl +++ b/etc/grafana/grafana.ini.tpl @@ -183,13 +183,13 @@ disable_login_form = true #################################### Anonymous Auth ########################## [auth.anonymous] # enable anonymous access -;enabled = false +enabled = true # specify organization name that should be used for unauthenticated users -;org_name = Main Org. +org_name = Main Org. # specify role for unauthenticated users -;org_role = Viewer +org_role = Viewer #################################### Github Auth ########################## [auth.github]