Actions
Bug #7507
closedrudder-dev does not work well behind a firewall and necessary proxy
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
According to Janos Mattyasovszky, in http://www.rudder-project.org/redmine/issues/7501#note-6:
Regarding rudder-dev: try to use it behind a firewall and necessary proxy. It's full with curl and git commands, that expect to have direct Internet access...
We should look into this, because this should work.
Updated by Janos Mattyasovszky almost 9 years ago
This is for example destined to fail, even if there is an http(s) Proxy env variable:
shell("git ls-remote git://github.com/" + user + "/" + remote + ".git
Updated by Benoît PECCATTE almost 9 years ago
Git uses the proxy_* environment variables when available.
We can change commands to use http when no ssh key is available, but some git commands like push go through ssh they won't be able to pass a proxy.
Updated by Benoît PECCATTE over 7 years ago
- Status changed from New to Rejected
This has already been solved
Actions