service · inferred from evidence
Secret Manager
Google Cloud's hosted secrets management service.
- Firebase deploy fails: "Cloud Runtime Config is currently experiencing issues, which is preventing your functions from
The root cause is server-side on Google's end: firebase deploy calls the Cloud Runtime Configuration API (runtimeconfig.googleapis.com) during functions deploys, and when that API 500s the deploy halts.
- Secret Manager Node.js client: Could not load the default credentials from AWS Lambda
Passing a key file path to SecretManagerServiceClient from AWS Lambda fails with Could not load the default credentials. Use Workload Identity Federation instead of long-lived keys; as a fallback, set GOOGLE_APPLICATION_CREDENTIALS at runti