Skip to content
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

Hide passwords in the output #5917

Closed
sirex opened this issue Oct 25, 2018 · 2 comments
Closed

Hide passwords in the output #5917

sirex opened this issue Oct 25, 2018 · 2 comments
Labels
auto-locked Outdated issues that have been locked by automation resolution: duplicate Duplicate of an existing issue/PR

Comments

@sirex
Copy link

sirex commented Oct 25, 2018

Environment

  • pip version: pip 10.0.1
  • Python version: 3.6
  • OS: Alpine Linux 3.8.1

Description
When installing with --extra-index-url, pip outputs this:

Looking in indexes: https://pypi.org/simple, https://ci:password@pypi.example.com/simple/

Expected behavior

It would be good if pip would hide password part, like this:

Looking in indexes: https://pypi.org/simple, https://ci:***@pypi.example.com/simple/
@cjerdonek cjerdonek added the resolution: duplicate Duplicate of an existing issue/PR label Oct 25, 2018
@cjerdonek
Copy link
Member

Thanks for the report. This has already been addressed by a patch by @orf that has been merged (see PR #5773). If you look at that patch, you can see that the "Looking in indexes" line was included. Please reopen if you think otherwise or notice anything missing!

@lock
Copy link

lock bot commented May 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 31, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants