From 45424549ba82ee2d6a24db84ef8ece467c9ecae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Gr=C3=A4tz?= Date: Tue, 10 Dec 2024 21:17:52 +0100 Subject: [PATCH] Fix: Allow flytepropeller in GCP deployment to list cloud storage objects for distributed task error handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio Grätz --- environments/gcp/flyte-core/iam.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/gcp/flyte-core/iam.tf b/environments/gcp/flyte-core/iam.tf index 7913eb3..03d032b 100644 --- a/environments/gcp/flyte-core/iam.tf +++ b/environments/gcp/flyte-core/iam.tf @@ -58,6 +58,7 @@ resource "google_project_iam_custom_role" "custom_IAM_roles" { "storage.objects.create", "storage.objects.delete", "storage.objects.get", + "storage.objects.list", "storage.objects.getIamPolicy", "storage.objects.update", ],