diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-11-03 09:41:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 09:41:36 -0700 |
| commit | b4ef07c23640380c0ff9adc375e633328e9bca8a (patch) | |
| tree | 9abe977a778a41452acc2f5b7207c6f248127d78 | |
| parent | 0d8e2e26d4bf496be783fceec25b93496063bbbb (diff) | |
| parent | 8a9d60f04a3803b986f0bc955731de94f894f7e6 (diff) | |
Merge pull request #6924 from mrbobbytables/add-sig-auth-tools
sig-auth: Add sig-auth-tools repo
| -rw-r--r-- | sig-auth/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sig-auth/README.md b/sig-auth/README.md index 4082719d..6946e1ab 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 @@ -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: > |
