grafana: Enable anonymous access
Allow unauthenticated users to view dashboards. Useful for Heads-Up Displays.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
grafana_anonymous_enabled: true
|
||||
grafana_ldap_enabled: true
|
||||
grafana_http_addr: '[::1]'
|
||||
grafana_ldap_host: dc0.pyrocufflink.blue
|
||||
|
||||
@@ -334,7 +334,7 @@ sigv4_auth_enabled = false
|
||||
#################################### Anonymous Auth ######################
|
||||
[auth.anonymous]
|
||||
# enable anonymous access
|
||||
enabled = false
|
||||
enabled = {{ grafana_anonymous_enabled|d|bool|string|lower }}
|
||||
|
||||
# specify organization name that should be used for unauthenticated users
|
||||
org_name = Main Org.
|
||||
|
||||
Reference in New Issue
Block a user