Skip to content

ArgoCD ingress tls secret clarification #6173

Answered by jannfis
psibi asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, indeed it is not a hard requirement to have your Ingress use the argocd-secret for TLS configuration, but can point to any other secret that contains tls.crt and tls.key keys in its data.

However, the specific scenario you mentioned involves Ingress TLS pass-through and cert-manager. For passthrough to work, the service must terminate TLS, and the Ingress will just pass down the TLS connection to the service. Cert-manager needs to update a secret with TLS certificate and key, and Argo CD will use the tls.key and tls.crt for configuring its TLS endpoint.

So, if you are using any other secret for TLS configuration in your Ingress, you either have to configure the connection between Ing…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@psibi
Comment options

Answer selected by psibi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants