fix(GRO-540): add missing OIDC env vars to prod API deployment #256

Merged
groombook-engineer[bot] merged 1 commits from fix/gro-540-prod-oidc-env into main 2026-04-10 22:04:52 +00:00

1 Commits

Author SHA1 Message Date
Paperclip 90794e4e14 fix(gro-540): add missing OIDC env vars to prod API deployment
Updates infra submodule to include OIDC_ISSUER, OIDC_CLIENT_ID,
OIDC_CLIENT_SECRET, and OIDC_INTERNAL_BASE env vars in prod api-patch.yaml.

This fixes the auth initialization failure where initAuth() found no
provider config because OIDC env vars were missing from the prod deployment
even though the groombook-auth sealed secret contained the credentials.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-10 21:57:48 +00:00