I'm just getting started with Google App Engine, and I'm having trouble figuring out how to securely provide credentials for external services to a deployed app. I saw that you can put environment variables in the app.yaml
config file, but I don't want to store secret credentials in plain text on my local machine, and I would like to store the deploy agnostic parts of the app.yaml
in version control.
What are the best practices for providing Google App Engine with sensitive deploy specific variables?