Showing a convenient way on how to use Secret Manager to securely pass sensible data as environment values to Google App Engine (GAE) services running with Node.js.
GCP
Secure configuration management for a GCP cloud function in Node.js
Creating a convenient and production-grade configuration management for a GCP cloud function in Node.js using Secret Manager and the secure-config package. Includes a complete example project on GitHub.
Default Node.js process.env variables in GCP cloud functions and app engine
Discovering the default process.env
variables provided in cloud functions and app engine services on Google Cloud Platform covering Node.js 16, 18 and 20 as well as Gen1 and Gen2 functions. Including a simple project for retrieving the values.
Google Cloud Storage: restrict access to a single bucket without the need of ACL’s
Quick tutorial on how to restrict access to one single bucket in Google Cloud Storage(GCS) using uniform access control.