Skip to content

Commit

Permalink
Fix: Allow flytepropeller in GCP deployment to list cloud storage obj…
Browse files Browse the repository at this point in the history
…ects for distributed task error handling

Signed-off-by: Fabio Grätz <[email protected]>
  • Loading branch information
Fabio Grätz committed Dec 10, 2024
1 parent 2bdf407 commit 4542454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environments/gcp/flyte-core/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 4542454

Please sign in to comment.