Skip to content

Commit ec4f814

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 6933744 commit ec4f814

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
@@ -172,6 +172,8 @@ spec:
172172
- "compute.globalOperations.get"
173173
- "compute.globalOperations.list"
174174
- "compute.healthChecks.useReadOnly"
175+
- "compute.images.get"
176+
- "compute.images.getFromFamily"
175177
- "compute.instanceGroups.create"
176178
- "compute.instanceGroups.delete"
177179
- "compute.instanceGroups.get"

0 commit comments

Comments
 (0)