Skip to content

Commit

Permalink
Adding oauth_allow_insecure_email_lookup to fix oauth user sync err…
Browse files Browse the repository at this point in the history
…or (#132)
  • Loading branch information
hypery2k authored Jan 25, 2024
1 parent 1a36a90 commit a9fb323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/grafana/templates/grafana.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ welcome_email_on_sign_up = {{ grafana_welcome_email_on_sign_up }}
[auth]
disable_login_form = {{ grafana_auth.disable_login_form | default('False') }}
oauth_auto_login = {{ grafana_auth.oauth_auto_login | default('False') }}
oauth_allow_insecure_email_lookup = {{ grafana_auth.oauth_allow_insecure_email_lookup | default('False') }}
disable_signout_menu = {{ grafana_auth.disable_signout_menu | default('False') }}
signout_redirect_url = {{ grafana_auth.signout_redirect_url | default('') }}
{% for section, options in grafana_auth.items() %}
Expand Down

0 comments on commit a9fb323

Please sign in to comment.