mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-06 08:08:21 +00:00
* feat: add first class support to access repositories using proxy Currently, users need to set the proxy URLs as env variables in the repo server. This is not user-friendly and also error-prone. This PR adds support to maintain proxy URLs along with repository configs in the argocd-cm. Argo CD uses this proxy to access your repository. In case the custom proxy is absent, it defaults to reading the proxy from the env variables. Signed-off-by: Chetan Banavikalmutt <chetanrns1997@gmail.com> * set both http & https proxy variables Signed-off-by: Chetan Banavikalmutt <chetanrns1997@gmail.com> |
||
|---|---|---|
| .. | ||
| account | ||
| application | ||
| badge | ||
| cache | ||
| certificate | ||
| cluster | ||
| gpgkey | ||
| logout | ||
| metrics | ||
| project | ||
| rbacpolicy | ||
| repocreds | ||
| repository | ||
| session | ||
| settings | ||
| version | ||
| server.go | ||
| server_norace_test.go | ||
| server_test.go | ||