[google-appengine] Re: What is the best way to manage env vars in App Engine (flexible environment)?

2018-05-15 Thread Alex G
We ended up doing something similar to what Ani suggests. However, we are now considering this new feature (beta): https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables On Saturday, September 9, 2017 at 4:20:44 PM UTC+2, Alex G wrote:

[google-appengine] Re: What is the best way to manage env vars in App Engine (flexible environment)?

2018-05-14 Thread Ani Hatzis
Hi Mike, I believe you can use Cloud KMS (Key Management Service) to store private keys in key rings and then encrypt the secrets before they go into your files. Privileged users with the required permissions can use the private keys to locally encrypt the secrets and copy the encrypted values

[google-appengine] Re: What is the best way to manage env vars in App Engine (flexible environment)?

2018-05-14 Thread Mike Hardy
Bumping this. We've been storing our env_variables in app.yaml but we're adding more team members and we don't want to expose these variables to everyone. Does anyone have a suggestion for storing secrets in App Engine Flexible? On Saturday, September 9, 2017 at 7:20:44 AM UTC-7, Alex G wrote: