sig-auth: Add secrets-store-sync-controller subproject

This commit is contained in:
Bob Killen 2024-04-29 10:26:46 -05:00
parent 2f8415788e
commit 09756cbc06
2 changed files with 9 additions and 0 deletions

View File

@ -156,6 +156,10 @@ Integrates secrets stores with Kubernetes via a CSI volume.
- **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.
- **Owners:**
- [kubernetes-sigs/secrets-store-sync-controller](https://github.com/kubernetes-sigs/secrets-store-sync-controller/blob/main/OWNERS)
### service-accounts
Infrastructure implementing Kubernetes service account based workload identity.
- **Owners:**

View File

@ -575,6 +575,11 @@ 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
- 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
- name: service-accounts
description: |
Infrastructure implementing Kubernetes service account based workload identity.