We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1699958 commit d11a0ceCopy full SHA for d11a0ce
lgtm-stack/terraform/values/grafana-values.yaml
@@ -57,10 +57,10 @@ grafana.ini:
57
# Keep login form enabled during initial rollout so the local
58
# admin account remains accessible as a fallback.
59
# Set to 'true' once SSO is confirmed stable.
60
- disable_login_form: false
+ disable_login_form: true
61
# Set to 'true' to skip Grafana's own login page and go
62
# directly to Keycloak on every visit.
63
- oauth_auto_login: false
+ oauth_auto_login: true
64
# Prevent anonymous access to any dashboard.
65
disable_signout_menu: false
66
0 commit comments