From d5b6b8ee96611fe004387808353cab10f606b772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Ma=C5=88=C3=A1k?= Date: Fri, 19 Jan 2024 11:44:38 +0100 Subject: [PATCH] Add useExternalIp gcp permission --- install/0000_30_machine-api-operator_00_credentials-request.yaml | 1 + 1 file changed, 1 insertion(+) 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 19437e30c..3e8cc28b5 100644 --- a/install/0000_30_machine-api-operator_00_credentials-request.yaml +++ b/install/0000_30_machine-api-operator_00_credentials-request.yaml @@ -193,6 +193,7 @@ spec: - "compute.regions.get" - "compute.regions.list" - "compute.subnetworks.use" + - "compute.subnetworks.useExternalIp" - "compute.targetPools.addInstance" - "compute.targetPools.delete" - "compute.targetPools.get"