diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index 79e0be5..689daa9 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -25,8 +25,6 @@ pod: path: HEADLAMP_CLIENT_SECRET - key: VAULT_CLIENT_SECRET path: VAULT_CLIENT_SECRET - - key: IMMICH_CLIENT_SECRET - path: IMMICH_CLIENT_SECRET - key: identity_providers.oidc.jwks.key path: jwks.pem extraVolumeMounts: @@ -42,10 +40,6 @@ pod: mountPath: /secrets/VAULT_CLIENT_SECRET subPath: VAULT_CLIENT_SECRET readOnly: true - - name: oidc-secrets - mountPath: /secrets/IMMICH_CLIENT_SECRET - subPath: IMMICH_CLIENT_SECRET - readOnly: true - name: oidc-secrets mountPath: /secrets/jwks.pem subPath: jwks.pem @@ -146,21 +140,6 @@ configMap: - email - groups token_endpoint_auth_method: client_secret_post - - client_id: immich - client_name: Immich - client_secret: - path: /secrets/IMMICH_CLIENT_SECRET - public: false - authorization_policy: one_factor - redirect_uris: - - https://immich0213.kro.kr/auth/login - - https://immich0213.kro.kr/user-settings - - app.immich:///oauth-callback - scopes: - - openid - - profile - - email - token_endpoint_auth_method: client_secret_post # Secret configuration - use existing secret from Vault secret: diff --git a/authelia/manifests/secret.yaml b/authelia/manifests/secret.yaml index 5b7b774..498cf05 100644 --- a/authelia/manifests/secret.yaml +++ b/authelia/manifests/secret.yaml @@ -52,8 +52,3 @@ spec: remoteRef: key: authelia property: VAULT_CLIENT_SECRET - # Immich OIDC client secret - - secretKey: IMMICH_CLIENT_SECRET - remoteRef: - key: authelia - property: IMMICH_CLIENT_SECRET