Skip to content

Commit ba2e18f

Browse files
authored
feat: migrate oauth2-proxy auth to the internal cloud zitadel (#1699)
1 parent e6988cc commit ba2e18f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes/apps/authentication/oauth2-proxy/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
OAUTH2_PROXY_USER_ID_CLAIM: "sub"
3939
OAUTH2_PROXY_PROVIDER_DISPLAY_NAME: "ZITADEL"
4040
OAUTH2_PROXY_REDIRECT_URL: "https://oauth2-proxy.internal.immich.cloud/oauth2/callback"
41-
OAUTH2_PROXY_OIDC_ISSUER_URL: "https://zitadel.internal.immich.cloud"
41+
OAUTH2_PROXY_OIDC_ISSUER_URL: "https://auth.internal.futo.org"
4242
OAUTH2_PROXY_EMAIL_DOMAINS: "*"
4343
OAUTH2_PROXY_COOKIE_DOMAINS: ".immich.cloud"
4444
OAUTH2_PROXY_WHITELIST_DOMAINS: ".immich.cloud"

kubernetes/apps/authentication/oauth2-proxy/secrets/oauth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
data:
1212
- secretKey: OAUTH2_PROXY_CLIENT_ID
1313
remoteRef:
14-
key: ZITADEL_OAUTH_CLIENT_ID_OAUTH2_PROXY
14+
key: FUTO_ZITADEL_OAUTH_CLIENT_ID_OAUTH2_PROXY
1515
- secretKey: OAUTH2_PROXY_COOKIE_SECRET
1616
remoteRef:
1717
key: OAUTH2_PROXY_COOKIE_SECRET

0 commit comments

Comments
 (0)