Securely providing external service credentials to Google App Engine? -


i'm getting started google app engine, , i'm having trouble figuring out how securely provide credentials external services deployed app. saw can put environment variables in app.yaml config file, don't want store secret credentials in plain text on local machine, , store deploy agnostic parts of app.yaml in version control.

what best practices providing google app engine sensitive deploy specific variables?


Comments

Popular posts from this blog

ruby - re-try logic in a simple loop -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

Laravel Bind Multiple Class to One Contract in The Service Provider -