Change grafana to use anon auth

This commit is contained in:
Mike Reeves
2020-07-06 16:39:43 -04:00
parent cc2f023840
commit 3b452ab597
5 changed files with 7 additions and 3 deletions

View File

@@ -183,6 +183,7 @@ http {
}
location /grafana/ {
auth_request /auth/sessions/whoami;
rewrite /grafana/(.*) /$1 break;
proxy_pass http://{{ masterip }}:3000/;
proxy_read_timeout 90;