-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip upgrade/global proxy failed via master on minion (with system proxy) #52186
Comments
@itopsatheg Thanks for the report. I wonder if the PIP state isn't using the proxy parameter correctly. On the local minion, where it appears to be working as expected, can you unset those http_proxy environment variables and attempt to run that state or run the execution module using a package that isn't installed? |
@garethgreenaway no change
|
a package that isn't installed is using the proxy parameter |
same with git
|
Hi,
The module works, not the state, this is working :
Best regards |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Description of Issue/Question
I will update the pip package. But the minion isn't use the (system) proxy settings
On the minion locally is all working. Via master only on new packages the minion is using the (system) proxy settings
Setup
Steps to Reproduce Issue
Versions Report
minion: Repo: deb [arch=amd64] https://repo.saltstack.com/py3/ubuntu/18.04/amd64/latest bionic main
minion# echo $http_proxy http://proxy.internal:8080
minion# echo $https_proxy http://proxy.internal:8080
local is working:
If I'm using a package this isn't exist, the minion use the proxy
The text was updated successfully, but these errors were encountered: