Describe the bug
After a recent upgrade of ArgoCD operator and argoCD vault plugin on Openshift Cluster 4.16.15, we are seeing this error. Apps on the argocd are going into unknown state throwing an error as below
I'm not sure if the issue is with AVP or argoCD. I was asked to open an issue here as well.
There are few apps in argocd which are failing with the above error and the helm charts havent changed
Expected behavior
The apps on the argocd UI should sync normally and shouldn't go into unknown state throwing the above error
Screenshots/Verbose output
oc rsh -c avp openshift-gitops-repo-server-58fcd5cdc4-s8dmw
sh-4.4$ argocd-vault-plugin version
argocd-vault-plugin v1.18.1 (fc452cdd8d4727b412ce3de61ee0416efd75050d) BuildDate: 2024-06-07T03:17:37Z
$ argocd-vault-plugin generate vault.yaml --verbose-sensitive-output
2024/11/19 23:14:05 reading configuration from environment, overriding any previous settings
2024/11/19 23:14:05 AVP configured with the following settings:
2024/11/19 23:14:05 avp_kv_version: 2
2024/11/19 23:14:05 Hashicorp Vault cannot retrieve cached token: stat /.avp/config.json: no such file or directory. Generating a new one
If you've tried running argocd-vault-plugin generate with --verbose-sensitive-output to help debug, please include that output here after redacting any secrets.
Additional context
Here is argocd and avp install as sidecar container
Describe the bug After a recent upgrade of ArgoCD operator and argoCD vault plugin on Openshift Cluster 4.16.15, we are seeing this error. Apps on the argocd are going into unknown state throwing an error as below
I'm not sure if the issue is with AVP or argoCD. I was asked to open an issue here as well.
Original issue: https://github.com/argoproj/argo-cd/issues/20673
Here is the cmp-plugin.yaml Config map
To reproduce
There are few apps in argocd which are failing with the above error and the helm charts havent changed
Expected behavior The apps on the argocd UI should sync normally and shouldn't go into unknown state throwing the above error
Screenshots/Verbose output
If you've tried running
argocd-vault-plugin generate
with--verbose-sensitive-output
to help debug, please include that output here after redacting any secrets.Additional context
Here is argocd and avp install as sidecar container