- Confirm
/health/liveresponds and/health/readyfails. - Inspect bounded connection metrics through the approved Prometheus path.
- Verify the reviewed MongoDB Secret Manager version is mounted into the current revision.
- Verify the runtime identity has read-only access to
foundation_central. - Roll back through the GitHub Actions release workflow if the failure began with a revision.
Never print, copy into an issue, or pass a MongoDB URI on a command line that can be logged.
REGION_CATALOG_UNAVAILABLE means the global pointer is missing or contains no active release. Do not manually edit it. Inspect the latest worker-region Job execution and its immutable manifest/checksum, then resume the governed ingestion process. A failed or staged release must never be made visible by changing API filters.
- Use a read-only credential and run
yarn indexes:plan. - Review collection, stable index name, action, and reason.
- Use the dedicated migration identity only after approval.
- Run
yarn indexes:applyonce. - Re-run the plan and require no missing action.
The API does not reconcile indexes during startup. Do not grant index-management permission to its runtime identity.
Prefer the optional loopback listener with a co-located collector. If ingress /metrics is used, store its bearer credential in Secret Manager and rotate it independently from user JWTs and API keys. Missing credentials must fail closed.
Terraform retains ownership of the service shell. Rollback application code by promoting a previously attested immutable image revision through GitHub Actions. Do not alter Cloud Run traffic, ingress, IAM, scaling, or secrets directly in the Cloud Console or with ad hoc gcloud commands.
The Dockerfile temporarily overlays an exact Debian Security libssl3t64 package because the pinned distroless Debian 13 digest still contains a fixable high-severity OpenSSL advisory. When distroless publishes a corrected digest:
- Pin the replacement digest in the Dockerfile.
- Build both
stableanddevdependency-channel images. - Run the high/critical and fixable-medium Trivy gates.
- Remove the package overlay only when both images remain clean.
Fail the build if the exact security package becomes unavailable. Do not loosen the version or add the advisory to .trivyignore.yaml without a separate reviewed risk decision and expiry.