Skip to content

sig-auth: add subproject leads for secrets-store (csi driver and sync-controller) #8398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sig-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,19 @@ API validation and policies enforced during admission, such as PodSecurityPolicy
- [kubernetes/pod-security-admission](https://github.com/kubernetes/pod-security-admission/blob/master/OWNERS)
### secrets-store-csi-driver
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:**
- [kubernetes-sigs/secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/master/OWNERS)
- **Contact:**
- Slack: [#csi-secrets-store](https://kubernetes.slack.com/messages/csi-secrets-store)
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver)
### 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.
- **Leads:**
- Anish Ramasekar (**[@aramase](https://github.com/aramase)**), Microsoft
- Mo Khan (**[@enj](https://github.com/enj)**), Microsoft
- **Owners:**
- [kubernetes-sigs/secrets-store-sync-controller](https://github.com/kubernetes-sigs/secrets-store-sync-controller/blob/main/OWNERS)
### service-accounts
Expand Down
18 changes: 18 additions & 0 deletions sigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,11 +607,29 @@ sigs:
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS
leads:
- github: aramase
name: Anish Ramasekar
company: Microsoft
email: [email protected]
- github: ritazh
name: Rita Zhang
company: Microsoft
email: [email protected]
- name: secrets-store-sync-controller
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.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-sync-controller/main/OWNERS
leads:
- github: aramase
name: Anish Ramasekar
company: Microsoft
email: [email protected]
- github: enj
name: Mo Khan
company: Microsoft
email: [email protected]
- name: service-accounts
description: |
Infrastructure implementing Kubernetes service account based workload identity.
Expand Down