Skip to content

Commit 7af27e3

Browse files
authored
Merge pull request #8398 from aramase/aramase/c/subproject_leads
sig-auth: add subproject leads for secrets-store (csi driver and sync-controller)
2 parents 5251a66 + 06f65bc commit 7af27e3

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

sig-auth/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,19 @@ API validation and policies enforced during admission, such as PodSecurityPolicy
152152
- [kubernetes/pod-security-admission](https://github.com/kubernetes/pod-security-admission/blob/master/OWNERS)
153153
### secrets-store-csi-driver
154154
Integrates secrets stores with Kubernetes via a CSI volume.
155+
- **Leads:**
156+
- Anish Ramasekar (**[@aramase](https://github.com/aramase)**), Microsoft
157+
- Rita Zhang (**[@ritazh](https://github.com/ritazh)**), Microsoft
155158
- **Owners:**
156159
- [kubernetes-sigs/secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/master/OWNERS)
157160
- **Contact:**
158161
- Slack: [#csi-secrets-store](https://kubernetes.slack.com/messages/csi-secrets-store)
159162
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver)
160163
### secrets-store-sync-controller
161164
This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
165+
- **Leads:**
166+
- Anish Ramasekar (**[@aramase](https://github.com/aramase)**), Microsoft
167+
- Mo Khan (**[@enj](https://github.com/enj)**), Microsoft
162168
- **Owners:**
163169
- [kubernetes-sigs/secrets-store-sync-controller](https://github.com/kubernetes-sigs/secrets-store-sync-controller/blob/main/OWNERS)
164170
### service-accounts

sigs.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,29 @@ sigs:
615615
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver
616616
owners:
617617
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS
618+
leads:
619+
- github: aramase
620+
name: Anish Ramasekar
621+
company: Microsoft
622+
623+
- github: ritazh
624+
name: Rita Zhang
625+
company: Microsoft
626+
618627
- name: secrets-store-sync-controller
619628
description: |
620629
This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
621630
owners:
622631
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-sync-controller/main/OWNERS
632+
leads:
633+
- github: aramase
634+
name: Anish Ramasekar
635+
company: Microsoft
636+
637+
- github: enj
638+
name: Mo Khan
639+
company: Microsoft
640+
623641
- name: service-accounts
624642
description: |
625643
Infrastructure implementing Kubernetes service account based workload identity.

0 commit comments

Comments
 (0)