sig-auth: add subproject leads for secrets-store (csi driver and sync-controller)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
parent
35444da79d
commit
06f65bc636
|
@ -151,6 +151,9 @@ API validation and policies enforced during admission, such as PodSecurityPolicy
|
||||||
- [kubernetes/pod-security-admission](https://github.com/kubernetes/pod-security-admission/blob/master/OWNERS)
|
- [kubernetes/pod-security-admission](https://github.com/kubernetes/pod-security-admission/blob/master/OWNERS)
|
||||||
### secrets-store-csi-driver
|
### secrets-store-csi-driver
|
||||||
Integrates secrets stores with Kubernetes via a CSI volume.
|
Integrates secrets stores with Kubernetes via a CSI volume.
|
||||||
|
- **Leads:**
|
||||||
|
- Anish Ramasekar (**[@aramase](https://github.com/aramase)**), Microsoft
|
||||||
|
- Rita Zhang (**[@ritazh](https://github.com/ritazh)**), Microsoft
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
- [kubernetes-sigs/secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/master/OWNERS)
|
- [kubernetes-sigs/secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/master/OWNERS)
|
||||||
- **Contact:**
|
- **Contact:**
|
||||||
|
@ -158,6 +161,9 @@ Integrates secrets stores with Kubernetes via a CSI volume.
|
||||||
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver)
|
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver)
|
||||||
### secrets-store-sync-controller
|
### secrets-store-sync-controller
|
||||||
This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
|
This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
|
||||||
|
- **Leads:**
|
||||||
|
- Anish Ramasekar (**[@aramase](https://github.com/aramase)**), Microsoft
|
||||||
|
- Mo Khan (**[@enj](https://github.com/enj)**), Microsoft
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
- [kubernetes-sigs/secrets-store-sync-controller](https://github.com/kubernetes-sigs/secrets-store-sync-controller/blob/main/OWNERS)
|
- [kubernetes-sigs/secrets-store-sync-controller](https://github.com/kubernetes-sigs/secrets-store-sync-controller/blob/main/OWNERS)
|
||||||
### service-accounts
|
### service-accounts
|
||||||
|
|
18
sigs.yaml
18
sigs.yaml
|
@ -607,11 +607,29 @@ sigs:
|
||||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver
|
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS
|
||||||
|
leads:
|
||||||
|
- github: aramase
|
||||||
|
name: Anish Ramasekar
|
||||||
|
company: Microsoft
|
||||||
|
email: anish.ramasekar@gmail.com
|
||||||
|
- github: ritazh
|
||||||
|
name: Rita Zhang
|
||||||
|
company: Microsoft
|
||||||
|
email: ritazh@microsoft.com
|
||||||
- name: secrets-store-sync-controller
|
- name: secrets-store-sync-controller
|
||||||
description: |
|
description: |
|
||||||
This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
|
This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-sync-controller/main/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-sync-controller/main/OWNERS
|
||||||
|
leads:
|
||||||
|
- github: aramase
|
||||||
|
name: Anish Ramasekar
|
||||||
|
company: Microsoft
|
||||||
|
email: anish.ramasekar@gmail.com
|
||||||
|
- github: enj
|
||||||
|
name: Mo Khan
|
||||||
|
company: Microsoft
|
||||||
|
email: i@monis.app
|
||||||
- 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