Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Add storage.objectViewer role to GCP_READ_IAM_ROLES
Browse files Browse the repository at this point in the history
GCP_READ_IAM_ROLES lacks permission storage.buckets.get to retrieve
bucket ACLs when running the inventory.
  • Loading branch information
marmolejo committed May 15, 2019
1 parent b261a51 commit 77af416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/gcp/installer/util/constants.py
Expand Up @@ -96,6 +96,7 @@ class DeploymentStatus(Enum):
'roles/orgpolicy.policyViewer',
'roles/servicemanagement.quotaViewer',
'roles/serviceusage.serviceUsageConsumer',
'roles/storage.objectViewer'
]

GCP_WRITE_IAM_ROLES = [
Expand Down

0 comments on commit 77af416

Please sign in to comment.