argoproj-labs / argocd-vault-plugin

An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets
https://argocd-vault-plugin.readthedocs.io
Apache License 2.0
830 stars 191 forks source link

how can i add a custom plugin before argocd-vault-plugin #655

Open liang-555 opened 3 months ago

liang-555 commented 3 months ago

i want to add a custom plugin to deal the resource files ,and then give these processed files to argocd-vault-plugin for processing. Is this possible?

pre commented 2 months ago

Make your own Config Management Plugin such as command1-command2-vault which wraps in a shell script the invocation of command1 | command2 | argocd-vault-plugin <args>