-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support credentials in configuration for private PyPI #4315
Comments
Also see #4475. |
The situation is slightly better if using
However |
Regarding (2), have you tried percent-encoding the username and password prior to including it in the URL (e.g. using Python 3's pip/src/pip/_internal/download.py Lines 218 to 222 in 4ccea7e
|
The best proposal we have for an improvement in this area right now is #4263, so I will close this issue in favor of that one. As mentioned by @cjerdonek, there should be no credentials leaking in log output or otherwise. If anyone is seeing this, please check for and file if issue if not already present. |
Right now credentials for
index-url
in the configuration are stored in the url itself. I propose to somehow support credentials directly (or explicitly) in the configuration for private PyPIs because of following reasons:pip install --help
shows:pip search --help
shows:The text was updated successfully, but these errors were encountered: