From 1c33a78b072235569ac89b75ceb714d10e02f95c Mon Sep 17 00:00:00 2001 From: Rita Zhang Date: Tue, 25 Feb 2020 11:35:16 -0800 Subject: [PATCH] Add secrets-store-csi-driver as SIG Auth sub-project --- 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 2abe6e1c8..82e29d2dc 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -133,6 +133,10 @@ API validation and policies enforced during admission, such as PodSecurityPolicy - https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/security/podsecuritypolicy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/imagepolicy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/policy/OWNERS +### secrets-store-csi-driver +Integrates secrets stores with Kubernetes via a CSI volume. +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS ### service-accounts Infrastructure implementing Kubernetes service account based workload identity. - **Owners:** diff --git a/sigs.yaml b/sigs.yaml index 95f52bfbe..6267d56cd 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -478,6 +478,11 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/security/podsecuritypolicy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/imagepolicy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/policy/OWNERS + - name: secrets-store-csi-driver + description: | + Integrates secrets stores with Kubernetes via a CSI volume. + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS - name: service-accounts description: | Infrastructure implementing Kubernetes service account based workload identity.