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
Post a Comment