Skip to content

Commit

Permalink
Add permissions for Kubernetes machines to access KMS (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkuosixty authored Dec 7, 2018
1 parent dad81a7 commit e39b2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sixtyctl/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def create_container_cluster(project_id, cluster_name, zone=None):
return lambda: True # short circuit if cluster exists
node_oauth_scopes = [
'https://www.googleapis.com/auth/bigquery',
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/compute',
'https://www.googleapis.com/auth/devstorage.read_write',
'https://www.googleapis.com/auth/service.management.readonly',
Expand Down

0 comments on commit e39b2b0

Please sign in to comment.