ruslan-ikhsan commented on code in PR #24614:
URL: https://github.com/apache/beam/pull/24614#discussion_r1046892490
##########
playground/terraform/infrastructure/cloudbuild-manual-setup/01.setup/iam.tf:
##########
@@ -36,7 +36,8 @@ resource "google_project_iam_member" "cloud_build_roles" {
"roles/iam.serviceAccountUser",
"roles/datastore.indexAdmin",
"roles/storage.admin",
- "roles/logging.logWriter"
+ "roles/logging.logWriter",
+ "roles/datastore.owner"
Review Comment:
@rshamunov I've tested without datastore IAM role, with owner and user
Without it would give error (PERMISSION_DENIED) when deploying
Owner/User worked fine. Leaving User
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]