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
Describe the bug
I'm new to DevOps and I came across ArgoCD couple weeks ago. I've been using CI/CD Azure pipelines and I would like to switch CD to ArgoCD. I followed the steps in docs to integrate Azure Key Vault with ArgoCD, but it is not fetching values from the Key Vault. I think there is something wrong with my installation, Can someone please help with it? When execing into repo-server pod, and running argocd-vault-plugin --help returns: bash: argocd-vault-plugin: command not found
But ls cmp-server/plugins lists argocd-vault-plugin.sock.
Additional context
I've used Sealed Secrets for my secret variables till now and it worked fine. I want to know that whether fetching values directly from Azure Key Vault is better than using Sealed Secrets.
The text was updated successfully, but these errors were encountered:
MeghaSuresh122
changed the title
Needed help in using Azure Key Vault with ArgoCD
'bash: argocd-vault-plugin: command not found' Needed help in using Azure Key Vault with ArgoCD
Mar 17, 2024
Describe the bug
I'm new to DevOps and I came across ArgoCD couple weeks ago. I've been using CI/CD Azure pipelines and I would like to switch CD to ArgoCD. I followed the steps in docs to integrate Azure Key Vault with ArgoCD, but it is not fetching values from the Key Vault. I think there is something wrong with my installation, Can someone please help with it? When execing into repo-server pod, and running
argocd-vault-plugin --help
returns:bash: argocd-vault-plugin: command not found
But
ls cmp-server/plugins
listsargocd-vault-plugin.sock
.To Reproduce
Steps to reproduce the behavior:
Argocd-vault-plugin installation: #https://argocd-vault-plugin.readthedocs.io/en/stable/installation/#initcontainer-and-configuration-via-sidecar
vault-configuration:
cmp-plugin:
Repo server values:
Expected behavior
Need to replace
<password>
with password key value from the vault named azure-key-vault.Additional context
I've used Sealed Secrets for my secret variables till now and it worked fine. I want to know that whether fetching values directly from Azure Key Vault is better than using Sealed Secrets.
The text was updated successfully, but these errors were encountered: