This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d561bc31cb4 Add artifactregistry.admin role (#37456)
d561bc31cb4 is described below

commit d561bc31cb4ae67319ae1d204fd5412f88a4ea99
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Fri Jan 30 17:06:57 2026 +0200

    Add artifactregistry.admin role (#37456)
---
 infra/iam/users.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infra/iam/users.yml b/infra/iam/users.yml
index 9f68ed9683a..42b56a6de53 100644
--- a/infra/iam/users.yml
+++ b/infra/iam/users.yml
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-    
+
 # IAM policy for project apache-beam-testing
 # Generated on 2025-10-09 19:30:30 UTC
 
@@ -35,6 +35,7 @@
   email: [email protected]
   member_type: user
   permissions:
+  - role: roles/artifactregistry.admin
   - role: roles/bigquery.admin
   - role: roles/container.admin
   - role: roles/editor

Reply via email to