Jake Wernette
Jake Wernette
@codexanintl can you please provide more details? Such as the version of AVP, how you are installing AVP, if you’re using kv v2, your Argo CD application yaml.
Can you also share the yaml file that you are trying to do the replacement in?
@codexanintl Are you putting `data` in the CLI path when working with vault such as: `vault kv put secrets/data/test`? If so you path when working with the API may actually...
Any insight into when we may see this PR get reviewed and merged in? This is a feature my team is waiting for. Thanks!
AVP should attempt to authenticate with Vault on the initial Argo CD App creation and sync, whenever Argo CD detects a manifest change and on a hard refresh. When running...
What i mean is that AVP does not HAVE to be run with Argo CD in K8s. Just explaining the scenario of when AVP is ran outside of Argo CD....
If the file doesn't exist there was an issue writing, most likely permissions.. https://github.com/argoproj-labs/argocd-vault-plugin/blob/main/pkg/auth/vault/kubernetes.go#L65 https://github.com/argoproj-labs/argocd-vault-plugin/blob/main/pkg/utils/util.go#L86
> Will the plugin login to Vault all the time? Even no Argo CD detection a manifest change and hard refresh happened? yes, vault login happens every time AVP runs
> What do you mean "every time AVP runs"? Can it run even no Argo CD detection a manifest change and hard refresh happened? I mean, whenever Argo CD calls...
This might help https://github.com/argoproj/argo-cd/issues/7768 i dont think this is an AVP issue but a larger Helm with Argo CD thing.