diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-02-25 11:54:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 11:54:50 -0800 |
| commit | 5e27310dfdd78167a1e29f7eaf77158ef12ecc8e (patch) | |
| tree | 8287a6593f591020d00ccabc65c52e9072b96208 | |
| parent | 80c0eb7bd48f26eecacefa2a090cf23fb5a5cfa7 (diff) | |
| parent | 1c33a78b072235569ac89b75ceb714d10e02f95c (diff) | |
Merge pull request #4548 from ritazh/sig-auth-subproj
[sig-auth] Add secrets-store-csi-driver subproject
| -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 2abe6e1c..82e29d2d 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:** @@ -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. |
