Skip to content

Commit d11a0ce

Browse files
committed
feat(auth): make Keycloak the exclusive authentication method
1 parent 1699958 commit d11a0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lgtm-stack/terraform/values/grafana-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ grafana.ini:
5757
# Keep login form enabled during initial rollout so the local
5858
# admin account remains accessible as a fallback.
5959
# Set to 'true' once SSO is confirmed stable.
60-
disable_login_form: false
60+
disable_login_form: true
6161
# Set to 'true' to skip Grafana's own login page and go
6262
# directly to Keycloak on every visit.
63-
oauth_auto_login: false
63+
oauth_auto_login: true
6464
# Prevent anonymous access to any dashboard.
6565
disable_signout_menu: false
6666

0 commit comments

Comments
 (0)