Skip to content

Commit

Permalink
feat(base-cluster/monitoring): allow admin login even with oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Nov 23, 2023
1 parent c605812 commit 99acd68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ grafana.ini:
{{- if .config.clientId }}
{{- $issuerUrl := printf "https://%s%s" .config.issuerHost .config.issuerPath}}
oauth_auto_login: true
disable_login_form: true
disable_login_form: false
auth.generic_oauth:
enabled: true
allow_sign_up: true
Expand Down

0 comments on commit 99acd68

Please sign in to comment.