-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unable to use proxy for outgoing connections #1367
Comments
Hello, any news to this issue? this is currently a blocker for our use case. Is there any way to pass the dns resolution to the corporate proxy server? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @jascsch, Another thought about corporate proxies - IMHO I believe Argo CD should not access public internet directly in enterprise setup and should be pulling all your charts and images from solutions like Nexus, Artifactory or Harbor that acts as a local cache and some of them offers security scanning for downloaded images. |
Hi @pdrastil Thanks for your feedback. I found a solution in the meantime which is exactly what you said. |
Describe the bug
Error: looks like "https://helm.traefik.io/traefik" is not a valid chart repository or cannot be reached: Get "https://helm.traefik.io/traefik/index.yaml": dial tcp: lookup helm.traefik.io on 192.168.64.10:53: no such host
Related helm chart
argo-cd
Helm chart version
4.9.12
To Reproduce
Expected behavior
The corporate proxy should be able to resolve the DNS name helm.traefik.io correctly but it does not seem to work.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: