Skip to content

added global proxy variables #573

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

ATGardner
Copy link
Contributor

@ATGardner ATGardner commented Jul 10, 2025

What

JIRA confluence

added

global:
  httpProxy: ''
  httpsProxy: ''
  noProxy: ''

values, which will end up as HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables on needed Pods.

Why

will allow to easily configure a forward-proxy, if the cluster is air-gapped, with the only access is through a specific server.

Notes

currently does not handle argocd-repo-server, which should be manually set using

  argo-cd:
    repoServer:
      env:
        - name: HTTP_PROXY
          value: '...'
        - name: HTTPS_PROXY
          value: '...'
        - name: NO_PROXY
          value: '...'

also - services should communicate with each other using FQDN, and not just the service name, to easily define the NO_PROXY.

@ATGardner ATGardner requested review from a team as code owners July 10, 2025 14:26
@ATGardner ATGardner self-assigned this Jul 10, 2025
@ATGardner ATGardner force-pushed the CR-28023-support-proxy branch from 91caa63 to e05e778 Compare July 10, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant