How To Enable Anonymous Access For Grafana
erics, Posted July 15th, 2020 at 4:28:22pm
1 2 |
sudo vi /etc/grafana/grafana.ini sudo service grafana-server restart |
1 2 3 4 5 6 7 8 9 |
#################################### 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 = yourGrafanaOrgNameHere |
Leave Your Comment
All fields marked with "*" are required.