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
834 stars 193 forks source link

Undocumented feature allowConcurrency #654

Open Orabig opened 4 months ago

Orabig commented 4 months ago

Describe the bug

The documentation contains a sample ConfigManagementPlugin object which uses allowConcurrency: true attribute

However, this attribute is not documented anywhere (neither in AVP nor ArgoCD repositories), and can't be found in the code.

These lines have been added in 08bfa36f commit by @jkayani

Expected behavior

Some documentation about this parameter if it's useful, and the removal from the documentation if it's not