From f383616c59d7308bbb0a7e95917f3ca25c1729ed Mon Sep 17 00:00:00 2001 From: Theo Barber-Bany Date: Thu, 27 Feb 2025 12:15:17 +0000 Subject: [PATCH] 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 https://github.com/openshift/machine-api-provider-gcp/pull/108 --- .../0000_30_machine-api-operator_00_credentials-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/0000_30_machine-api-operator_00_credentials-request.yaml b/install/0000_30_machine-api-operator_00_credentials-request.yaml index 50aa8fa096..0d94874a57 100644 --- a/install/0000_30_machine-api-operator_00_credentials-request.yaml +++ b/install/0000_30_machine-api-operator_00_credentials-request.yaml @@ -174,6 +174,8 @@ spec: - "compute.globalOperations.get" - "compute.globalOperations.list" - "compute.healthChecks.useReadOnly" + - "compute.images.get" + - "compute.images.getFromFamily" - "compute.instanceGroups.create" - "compute.instanceGroups.delete" - "compute.instanceGroups.get"