HansMarcus01 opened a new pull request, #39769: URL: https://github.com/apache/beam/pull/39769
## Summary Changes This pull request removes two invalid external user identities from the IAM user configuration file: - ` infra/iam/users.yml` The identities being permanently deleted are: * `[email protected]` (roles/editor) * `[email protected]` (roles/viewer) These identities do not exist as valid users or service accounts in the Google Cloud Identity / Workspace directory of the Apache foundation, causing the automated Terraform deployment to fail. ## Error Example ```bash Error: Request `Create IAM Members roles/editor user:[email protected] for project "apache-beam-testing"` returned error: Final error: googleapi: Error 400: User [email protected] does not exist., badRequest Error: Request `Create IAM Members roles/viewer user:[email protected] for project "apache-beam-testing"` returned error: Final error: googleapi: Error 400: User [email protected] does not exist., badRequest Error: Terraform exited with code 1. Error: Process completed with exit code 1. ``` -- 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]
