Merge pull request #4548 from ritazh/sig-auth-subproj
[sig-auth] Add secrets-store-csi-driver subproject
This commit is contained in:
commit
5e27310dfd
|
|
@ -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/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/imagepolicy/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/policy/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
|
### service-accounts
|
||||||
Infrastructure implementing Kubernetes service account based workload identity.
|
Infrastructure implementing Kubernetes service account based workload identity.
|
||||||
- **Owners:**
|
- **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/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/imagepolicy/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/policy/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
|
- name: service-accounts
|
||||||
description: |
|
description: |
|
||||||
Infrastructure implementing Kubernetes service account based workload identity.
|
Infrastructure implementing Kubernetes service account based workload identity.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue