external-secrets / kubernetes-external-secrets

Integrate external secret management systems with Kubernetes
MIT License
2.61k stars 403 forks source link

Fetch all Azure KeyVault secrets #880

Closed monti-python closed 2 years ago

monti-python commented 2 years ago

When many secrets are maintained in a single Azure KeyVault, it becomes rather cumbersome having to specify each secret twice, once in the KeyVault itself and again on the manifest for kubernetes-external-secrets. It would be ideal if we could map a predetermined path (e.g. secrets) to the entire list of secrets. So they are added/removed dynamically.

monti-python commented 2 years ago

I've made a PR with the suggested feature: #881

monti-python commented 2 years ago

@Flydiverny @riccardomc Updated PR (merged latest changes from master) I'd appreciate if you had time to give it a look, this feature would allow us AKS users to save quite some time. Thanks in advance!

Flydiverny commented 2 years ago

Hi @monti-python, please see:

monti-python commented 2 years ago

Oh, apologies I hadn't seen it... Thanks for the notice @Flydiverny !