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.
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.