argocd-vault-plugin icon indicating copy to clipboard operation
argocd-vault-plugin copied to clipboard

Vault plugin not running on remote Cluster

Open NitishGupta9282 opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

NitishGupta9282 avatar Oct 28 '22 16:10 NitishGupta9282

In my environment I have two Clusters in one cluster I am deploying argocd using autopilot and another cluster I am deploying my applications. For secret management I have used argocd-vault-plugin, but when I install the plugin using sidecar method, I have found that plugin automatically applied to the applications where I have deploying my argocd but another cluster plugin was not able to implement automatically on applications

NitishGupta9282 avatar Oct 28 '22 16:10 NitishGupta9282

@NitishGupta9282 if this is still an issue, can you post your Application yamls, example file with placeholders that aren't getting replaced, your sidecar setup, etc?

werne2j avatar Mar 27 '23 19:03 werne2j

Not sure if this the exact same issue, but I've hit a similar one: the secret was created on a remote server without having path: replaced. Turns out remote server had nothing to do with that and I was hitting https://github.com/argoproj-labs/argocd-vault-plugin/issues/407

vrutkovs avatar Dec 17 '23 18:12 vrutkovs