Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify listen address #12564

Closed
eyusupov opened this issue Feb 21, 2023 · 0 comments · Fixed by #11846
Closed

Specify listen address #12564

eyusupov opened this issue Feb 21, 2023 · 0 comments · Fixed by #11846
Labels
enhancement New feature or request

Comments

@eyusupov
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant