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

Google provider cleanup part 1 #1260

Merged
merged 3 commits into from
Aug 30, 2019
Merged

Google provider cleanup part 1 #1260

merged 3 commits into from
Aug 30, 2019

Conversation

imbstack
Copy link
Contributor

This removes the ability for google provider to set up its own service accounts for workers. This both simplifies the code significantly and makes worker-manager much safer to run! Couple of other QOL improvements here as well. Part 2 should be coming soon where we clean up a few last TODOs and add some rate limiting logic.

@imbstack imbstack requested a review from a team as a code owner August 29, 2019 22:20
this.configSchema = 'config-google';

this.instancePermissions = instancePermissions;
assert(project, 'Must provide a project to google providers');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent! I should add some assertions like this to aws provider as well

@imbstack imbstack merged commit 2246d56 into master Aug 30, 2019
@imbstack imbstack deleted the google-cleanup-pt1 branch August 30, 2019 19:17
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

Successfully merging this pull request may close these issues.

None yet

2 participants