Skip to content

Commit

Permalink
Merge pull request #40 from unionai-oss/fg91/fix/flytepropeller-gcp-i…
Browse files Browse the repository at this point in the history
…am-list-objects

Fix: Allow flytepropeller to list google cloud storage objects for distributed task error handling
  • Loading branch information
davidmirror-ops authored Dec 11, 2024
2 parents 2bdf407 + 4542454 commit b48b156
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 b48b156

Please sign in to comment.