From 8a9d60f04a3803b986f0bc955731de94f894f7e6 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Thu, 13 Oct 2022 16:34:30 -0500 Subject: [PATCH] sig-auth: Add sig-auth-tools repo --- sig-auth/README.md | 4 ++++ sigs.yaml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/sig-auth/README.md b/sig-auth/README.md index 4082719df..6946e1ab9 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -168,6 +168,10 @@ Infrastructure implementing Kubernetes service account based workload identity. - [kubernetes/kubernetes/pkg/kubelet/token](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/token/OWNERS) - [kubernetes/kubernetes/pkg/serviceaccount](https://github.com/kubernetes/kubernetes/blob/master/pkg/serviceaccount/OWNERS) - [kubernetes/kubernetes/plugin/pkg/admission/serviceaccount](https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/admission/serviceaccount/OWNERS) +### sig-auth-tools +Tooling to automate the SIG Auth project boards +- **Owners:** + - [kubernetes-sigs/sig-auth-tools](https://github.com/kubernetes-sigs/sig-auth-tools/blob/main/OWNERS) [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects [working-group-definition]: https://github.com/kubernetes/community/blob/master/governance.md#working-groups diff --git a/sigs.yaml b/sigs.yaml index 25acd614a..a9d2cbd09 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -565,6 +565,11 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/token/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/serviceaccount/OWNERS + - name: sig-auth-tools + description: | + Tooling to automate the SIG Auth project boards + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/sig-auth-tools/main/OWNERS - dir: sig-autoscaling name: Autoscaling mission_statement: >