From a79250797299814717dbcf7bca1f993b71e5aad1 Mon Sep 17 00:00:00 2001 From: Brent Barbachem Date: Mon, 23 Sep 2024 07:59:16 -0400 Subject: [PATCH] OCPBUGS-42310: Add new role to list of roles for compute nodes ** Added the role "roles/artifactregistry.reader" as a required role for compute nodes. --- modules/installation-gcp-permissions.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/installation-gcp-permissions.adoc b/modules/installation-gcp-permissions.adoc index dbf8cab3d0d6..0757bc1db583 100644 --- a/modules/installation-gcp-permissions.adoc +++ b/modules/installation-gcp-permissions.adoc @@ -53,9 +53,10 @@ The following roles are applied to the service accounts that the control plane a |`roles/compute.securityAdmin` |`roles/storage.admin` |`roles/iam.serviceAccountUser` -.2+|Compute +.3+|Compute |`roles/compute.viewer` |`roles/storage.admin` +|`roles/artifactregistry.reader` |=== ifeval::["{context}" == "installing-gcp-user-infra"]