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
784 stars 185 forks source link

Extra modifiers #610

Open joe-pll opened 4 months ago

joe-pll commented 4 months ago

Is your feature request related to a problem? Please describe. Hi, in my company we're using your project. When we make the templating to produce the spec files for ArgoCD we fetch secrets for the database connections, etc. Sometimes these secrets need modifications such as htpasswd value or HTTP URL encoding, etc. I was wondering, before I start working on it, if you're open to the idea of adding more modifiers to the project. At the moment it's not a big problem, but annoying enough since we have save different formats of the secret for every utilization.

Describe the solution you'd like I would like to add some more modifiers such as sha512sum, urlEncode, htpasswdSHA1, etc. Do you think you'd like to have those?

Thanks a lot in advance!