Skip to content

Setup an AR repo for maintainer tools #8049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions groups/restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ restrictions:
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
Expand Down
11 changes: 11 additions & 0 deletions groups/sig-architecture/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ groups:
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-maintainer-tools
description: |-
ACL for Maintainer Tools. See: https://sigs.k8s.io/maintainer-tools
settings:
WhoCanPostMessage: "ANYONE_CAN_POST"
ReconcileMembers: "true"
members:
- [email protected]
- [email protected]

#
# k8s-infra gcs write access
#
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/terraform/k8s-staging-images/registries.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ locals {
kubernetes = "group:[email protected]"
kueue = "group:[email protected]"
lws = "group:[email protected]"
maintainer-tools = "group:[email protected]"
gateway-api-inference-extension = "group:[email protected]"
secrets-store-sync = "group:[email protected]"
test-infra = "group:[email protected]"
Expand Down