-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
help wantedContribution especially encouragedContribution especially encouragednetworkNetwork connectivity e.g. proxies, DNS, and SSLNetwork connectivity e.g. proxies, DNS, and SSL
Description
As discussed in #4056, pip makes a keyring request for credentials for the index url but we make a request for the package url and the index url host name which for some plugins (e.g. Azure #3542) does not seem to work.
We should update the authentication handling to be aware of the user-provided index urls and, when we see a url that is a child of an index url, attempt to fetch credentials for the index url either after or instead of the package url.
nathanjmcdougall, david-umbra, senysenyseny16, hbeukers, jzazo and 6 more
Metadata
Metadata
Assignees
Labels
help wantedContribution especially encouragedContribution especially encouragednetworkNetwork connectivity e.g. proxies, DNS, and SSLNetwork connectivity e.g. proxies, DNS, and SSL