Skip to content

Commit 480da58

Browse files
authored
fix: allow email lookup for dev grafana oauth re-linking (#1695)
1 parent 3cea508 commit 480da58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kubernetes/apps/monitoring-dev/grafana/app/grafana.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ spec:
1111
root_url: https://monitoring.dev.immich.cloud/
1212
database:
1313
wal: "true"
14+
auth:
15+
oauth_allow_insecure_email_lookup: "true"
1416
auth.generic_oauth:
1517
enabled: "true"
1618
client_id: ${quote}${GRAFANA_OAUTH_CLIENT_ID}${quote}

0 commit comments

Comments
 (0)