grafana: Enable anonymous access
Allow unauthenticated users to view dashboards. Useful for Heads-Up Displays.
This commit is contained in:
@@ -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