Skip to content

Commit 06f65bc

Browse files
committed
sig-auth: add subproject leads for secrets-store (csi driver and sync-controller)
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 35444da commit 06f65bc

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

sigs.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,29 @@ sigs:
607607
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver
608608
owners:
609609
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS
610+
leads:
611+
- github: aramase
612+
name: Anish Ramasekar
613+
company: Microsoft
614+
615+
- github: ritazh
616+
name: Rita Zhang
617+
company: Microsoft
618+
610619
- name: secrets-store-sync-controller
611620
description: |
612621
This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
613622
owners:
614623
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-sync-controller/main/OWNERS
624+
leads:
625+
- github: aramase
626+
name: Anish Ramasekar
627+
company: Microsoft
628+
629+
- github: enj
630+
name: Mo Khan
631+
company: Microsoft
632+
615633
- name: service-accounts
616634
description: |
617635
Infrastructure implementing Kubernetes service account based workload identity.

0 commit comments

Comments
 (0)