-
Bug
-
Resolution: Done
-
Critical
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
Passed
-
-
-
0
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
No
The docs have insufficient perms for GCP:
Our docs show the following role permissions:
$ ROLE_PERMISSIONS=(
compute.disks.get
compute.disks.create
compute.disks.createSnapshot
compute.snapshots.get
compute.snapshots.create
compute.snapshots.useReadOnly
compute.snapshots.delete
compute.zones.get
)
Whereas the Upstream docs show the following role permissions:
ROLE_PERMISSIONS=(
compute.disks.get
compute.disks.create
compute.disks.createSnapshot
compute.snapshots.get
compute.snapshots.create
compute.snapshots.useReadOnly
compute.snapshots.delete
compute.zones.get
storage.objects.create
storage.objects.delete
storage.objects.get
storage.objects.list
iam.serviceAccounts.signBlob
)
Please update the docs to show the upstream role permissions.