Skip to content

Commit

Permalink
README: fixup troubleshooting docs based on #742 (#759)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Apr 9, 2024
1 parent 6178727 commit a7be5bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,10 @@ ordinary `pip`:
[`pip`'s documentation](https://pip.pypa.io/en/stable/topics/authentication/#using-keyring-as-a-command-line-application)
explains these in depth.

In practice, this means that authenticated third-party indices that **don't** take
a username, like Google Artifact Registry, are currently **unsupported** by `pip-audit`.
See [#742](https://github.com/pypa/pip-audit/issues/742) for more details.
In addition to the above, some third-party indices have required, hard-coded usernames.
For example, for Google Artifact registry, the hard-coded username is `oauth2accesstoken`.
See [#742](https://github.com/pypa/pip-audit/issues/742) and
[pip#11971](https://github.com/pypa/pip/issues/11971) for additional context.

## Tips and Tricks

Expand Down

0 comments on commit a7be5bf

Please sign in to comment.