Skip to content

Commit

Permalink
[foreman] [foreman_proxy] Add ALL_PROXY and NO_PROXY to collected env…
Browse files Browse the repository at this point in the history
…_vars

Signed-off-by: Pablo Fernández Rodríguez <[email protected]>
  • Loading branch information
pafernanr committed Sep 28, 2024
1 parent 5010738 commit 3a05883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sos/report/plugins/foreman.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def collect_proxies(self):
self.add_env_var([
'HTTP_PROXY',
'HTTPS_PROXY',
'NO_PROXY',
'NO_PROXY',
'ALL_PROXY',
])

Expand Down
2 changes: 1 addition & 1 deletion sos/report/plugins/foreman_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setup(self):
self.add_env_var([
'HTTP_PROXY',
'HTTPS_PROXY',
'NO_PROXY',
'NO_PROXY',
'ALL_PROXY',
])

Expand Down

0 comments on commit 3a05883

Please sign in to comment.