Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify python service accounts on app engine #35

Open
sqrrrl opened this issue Oct 23, 2019 · 0 comments
Open

Simplify python service accounts on app engine #35

sqrrrl opened this issue Oct 23, 2019 · 0 comments
Assignees

Comments

@sqrrrl
Copy link
Member

sqrrrl commented Oct 23, 2019

Code for async-bot currently requires downloading a key and including it in the app. Recommended practice is to use environment-provided service accounts when deployed to GCP as this minimizes exposure (zero exposure) of the service account key.

Should switch to use google.auth.default() and only recommend downloading keys for local development or deployment to other clouds.

Pending merge of googleapis/google-auth-library-python#376 and release of new version of auth library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant