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
Allow specifying listen address for ArgoCD components.
Motivation
When using ArgoCD with mTLS through side-car proxy, it's enough to listen only on the loopback interface. Listening on the all interfaces might expose plain text connection to other pods.
Proposal
Add a new --address command line argument to argocd-server and argocd-repo-server. Also, add --metrics-address parameter to allow exposing metrics independently. Allow setting these arguments through environment variables too.
Summary
Allow specifying listen address for ArgoCD components.
Motivation
When using ArgoCD with mTLS through side-car proxy, it's enough to listen only on the loopback interface. Listening on the all interfaces might expose plain text connection to other pods.
Proposal
Add a new
--address
command line argument to argocd-server and argocd-repo-server. Also, add--metrics-address
parameter to allow exposing metrics independently. Allow setting these arguments through environment variables too.See #11846 for the current implementation
The text was updated successfully, but these errors were encountered: