Re: [google-appengine] App Engine Flexible: Where to store env-dependent configuration and secrets?

2017-03-13 Thread 'Les Vogel' via Google App Engine
Hi Bernhard, AppEngine Flex can use the Metadata service - take a look at https://medium.com/google-cloud/google-compute-engine-metadata-service-de9d71ea44e0#.2vmglwf54 for some suggestions. Cloud KMS is also a good place for Secrets. Regards

[google-appengine] App Engine Flexible: Where to store env-dependent configuration and secrets?

2017-03-13 Thread Bernhard Mäder
Title says it, where do you guys store your secrets and other app configuration? The stuff that will change depending on the environment (prod, stage, dev etc.)... With kubernetes, there are the Secret and ConfigMap objects, which are perfect for exactly that. Is there something comparable in A