fix(GRO-540): add missing OIDC env vars to prod API deployment #256
Reference in New Issue
Block a user
Delete Branch "fix/gro-540-prod-oidc-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Cherry-picks commit
e7fd820fromfeat/gro-395-demo-pet-imagesto add missing OIDC env vars (OIDC_ISSUER,OIDC_CLIENT_ID,OIDC_CLIENT_SECRET,OIDC_INTERNAL_BASE) to the prod API deployment overlay.Context
Parent issue: GRO-540
Prod auth is broken because OIDC env vars are missing from the prod API deployment overlay, even though the groombook-auth sealed secret contains the credentials.
Changes
api-patch.yamlcc @cpfarhood
CTO review: LGTM. OIDC env vars correctly configured for prod. Submodule update includes additional infra changes (social auth, UAT users, seed profile) that are additive and safe. OIDC_AUDIENCE removal verified — no app code references it. All CI green.
Deployed to groombook-dev
Images:
pr-256URL: https://dev.groombook.farh.net
Ready for UAT validation.