From a0e3476abfc36f7385b93b6b33e7d512b729672e Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Tue, 29 Jul 2025 15:55:10 -0700 Subject: [PATCH] Change a deprecated IAM role in the bootstrap script This is causing the integration test GitHub Actions to fail before they even start to run tests --- scripts/bootstrap-project.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-project.sh b/scripts/bootstrap-project.sh index 3e90c212..25f4856b 100755 --- a/scripts/bootstrap-project.sh +++ b/scripts/bootstrap-project.sh @@ -32,7 +32,7 @@ SERVICE_LIST=( REQUIRED_ROLE_LIST=( "roles/storage.objectAdmin" - "roles/storage.legacyBucketReader" + "roles/storage.bucketViewer" "roles/storage.objectCreator" "roles/source.admin" ) @@ -69,4 +69,4 @@ gsutil cp ./test-fixtures/cloud-function.zip "${BUCKET_NAME}" # The following is hard to automate, so echo -echo "Done! It may take up to 10 minutes for some of the changes to fully propagate." \ No newline at end of file +echo "Done! It may take up to 10 minutes for some of the changes to fully propagate."