Proxy settings from Workstation not copied to target node #56
Labels
Aspect: Integration
Works correctly with other projects or systems.
Aspect: Security
Can an unwanted third party affect the stability or look at privileged information?
Triage: Confirmed
Indicates and issue has been confirmed as described.
Triage: Feature Request
Indicates an issue requesting new functionality.
Type: Enhancement
Adds new functionality.
Description
In corporate environments where both the Workstation and target node (
web1
in this case, the example from Learn Chef) are locked down the user needs to specifyhttp_proxy
,https_proxy
andno_proxy
settings to achieve connectivity. This works well enough on the Workstation to download chef client but then the remote chef-client run fails because theweb1
machine does not have the same proxy settings.Chef Apply Version
chef-run-0.1.119
but this also affects masterPlatform Version
The docker container from Learn Chef
Replication Case
8088
web1
machine but allow that machine access to the proxyhttp_proxy="localhost:8088"
or whatever proxy settings are required then runchef-run web1 recipe.rb
Client Output
Stacktrace
It looks like it’s having hard time running resources. Inside the recipe it started failing on “package figlet” line.
The text was updated successfully, but these errors were encountered: