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

PySide and Qt Properties: Connecting signals from Python to QML -

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

scala - 'wrong top statement declaration' when using slick in IntelliJ -