Skip to content

Commit

Permalink
Merge pull request #7853 from mrbobbytables/add-secrets-repo
Browse files Browse the repository at this point in the history
sig-auth: Add secrets-store-sync-controller subproject
  • Loading branch information
k8s-ci-robot committed Apr 29, 2024
2 parents 6046718 + 09756cb commit 2d34a98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sig-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
5 changes: 5 additions & 0 deletions sigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d34a98

Please sign in to comment.