Where can I write critical
environment variables like on heroku?
I do not want to store the keys of my database in clear in app.yaml file.
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- $ENV{$variable} in perl
- __call__() missing 1 required positional argument:
- Upload file to Google Cloud Storage using AngularJ
- Where is the best place to put one-time and every-
相关文章
- How should I configure log4net to write to %LOCALA
- Is there a size limit for HTTP response headers on
- Override env values defined in container spec
- appcfg.py command not found
- Unable to see or modify value of PYTHONHASHSEED th
- Google app engine datastore string encoding proble
- Android set(get) environmental variables in Java
- Angular route not working when used with Google Ap
The recommended approach to store secrets in GCP is using Cloud Key Management Service and Cloud Storage.
The Storing Secrets documentation guides you through the process of storing a secret in Cloud Storage bucket encrypted at the application layer with Cloud KMS. There's also other ways to manage secrets with Cloud KMS, it's documented in the Secret management with Cloud KMS page