Hi Beam dev community! I’ve been working on a new way to request permissions for the GCP project apache-beam-testing . Previously, you had to ask another developer to grant you access manually through the Google Cloud interface. Now, you can directly request the roles you need by editing the infra/iam/users.yml file and assigning the roles to your user there. Once your PR is approved, a GitHub Actions workflow will automatically apply the requested roles to your account. You can read more about it over the PR https://github.com/apache/beam/pull/35701 This new process brings several benefits: Transparency – All changes are logged through version control, including who made them and why. Ease of maintenance – It's now simpler to track, review, and update roles in the future. Hope you find it helpful! — Enrique (@ksobrenat32)