Project

General

Profile

Actions

Bug #7507

closed

rudder-dev does not work well behind a firewall and necessary proxy

Added by Jonathan CLARKE over 8 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
N/A
Category:
Rudder dev tools
Target version:
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.

Actions #1

Updated by Janos Mattyasovszky over 8 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

Actions #2

Updated by Benoît PECCATTE over 8 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.

Actions #3

Updated by Benoît PECCATTE about 7 years ago

  • Status changed from New to Rejected

This has already been solved

Actions

Also available in: Atom PDF