You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin is not visible in argocd.
I have deployed ArgoCD using a Helm chart and am using the sidecar pattern. It's a completely fresh installation, and I'm not using Vault, but I do use it for the Helm chart values.
ERROR
argo-cd-argocd-repo-server-86dc7d7bbd-jnmjq repo-server time="2024-12-30T08:40:58Z" level=error msg="Unable to connect to config management plugin service with address /home/argocd/cmp-server/plugins/argocd-vault-plugin-h
elm.sock"
argo-cd-argocd-repo-server-86dc7d7bbd-jnmjq repo-server time="2024-12-30T08:40:58Z" level=error msg="error dialing to cmp-server for plugin argocd-vault-plugin-helm.sock, dial unix /home/argocd/cmp-server/plugins/argocd-v
ault-plugin-helm.sock: connect: no such file or directory" CWE=775 security=2
argo-cd-argocd-repo-server-86dc7d7bbd-jnmjq repo-server time="2024-12-30T08:40:58Z" level=error msg="finished unary call with code Unknown" error="failed to populate plugin app details: failed to detect CMP for app: could
n't find cmp-server plugin with name \"argocd-vault-plugin-helm\" supporting the given repository" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepoServerService grpc.start_time="2024-12-30T08:40:53
Z" grpc.time_ms=4912.783 span.kind=server system=grpc
I have added the init container to the repo-server and confirmed that it downloaded successfully:
bash
-rwxr-xr-x 1 root root 69566464 Dec 30 04:57 /usr/local/bin/argocd-vault-plugin
ConfigMap:
I also added the configuration to argocd-cm. I understand that the CMP (Config Management Plugins) setting may no longer be needed in the recent versions.configManagementPlugins: | - name: argocd-vault-plugin generate: command: ["argocd-vault-plugin"] args: ["generate", "./"] - name: argocd-vault-plugin-helm generate: command: ["sh", "-c"] args: ["helm template . > all.yaml && argocd-vault-plugin generate all.yaml"] - name: argocd-vault-plugin-kustomize generate: command: ["sh", "-c"] args: ["kustomize build . > all.yaml && argocd-vault-plugin generate all.yaml"]
Issue:
Despite following all of these steps, the ArgoCD Vault plugin does not appear to be visible in ArgoCD.
Can anyone help me figure out what might be wrong or if something is missing from the setup?
The text was updated successfully, but these errors were encountered:
brandi-devops
changed the title
Issue: ArgoCD Plugin Not Showing
ArgoCD Plugin Not Showing
Dec 30, 2024
The plugin is not visible in argocd.
I have deployed ArgoCD using a Helm chart and am using the sidecar pattern. It's a completely fresh installation, and I'm not using Vault, but I do use it for the Helm chart values.
ERROR
Code:
I have added the init container to the repo-server and confirmed that it downloaded successfully:
ConfigMap:
Issue:
Despite following all of these steps, the ArgoCD Vault plugin does not appear to be visible in ArgoCD.
Can anyone help me figure out what might be wrong or if something is missing from the setup?
The text was updated successfully, but these errors were encountered: