argoproj-labs / argocd-vault-plugin

An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets

Home Page:https://argocd-vault-plugin.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access to vault with custom certificate

HSoulat opened this issue · comments

I have configured the plugin to connect to a remote delinea server. Unfortunaltely I got an x509: certificate signed by unknown authority error.

I've tried to :

  • add the CA chain in sidecar container image trust store
  • add the CA chain in argocd `/app/config/tls.
  • use VAULT_SKIP_VERIFY option

As the solutions doesn't work. Is there a documentation who list where the plugin is retreiving the trusted CA ?

You can find some help in this issue #503

thanks !