Skip to content

Commit 6a916b1

Browse files
theobarberbanyopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
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 1df65ac commit 6a916b1

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

+2
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)