Skip to content

Commit 4d67988

Browse files
theobarberbanyopenshift-cherrypick-robot
authored andcommitted
Updates GCP credentials request
This change adds the compute.images.get and getFromFamily to the credentials request for GCP. It is required by MAPG for checking if a disk is UEFI compatible. See openshift/machine-api-provider-gcp#108
1 parent c053a50 commit 4d67988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/0000_30_machine-api-operator_00_credentials-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ spec:
166166
- "compute.globalOperations.get"
167167
- "compute.globalOperations.list"
168168
- "compute.healthChecks.useReadOnly"
169+
- "compute.images.get"
170+
- "compute.images.getFromFamily"
169171
- "compute.instanceGroups.create"
170172
- "compute.instanceGroups.delete"
171173
- "compute.instanceGroups.get"

0 commit comments

Comments
 (0)