-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
C: keyringRelated to pip's keyring integrationRelated to pip's keyring integrationresolution: no actionWhen the resolution is to not do anythingWhen the resolution is to not do anything
Description
Description
PR #8687 fixed issue #8090 by changing the default value of allow_keyring from True to False
This change, combined with google "artifact registry" returning 403 when calling it without proper headers, resulted in breaking our CI pipeline
Please consider adding 403 as another accepted "auth error" HTTP status code
Expected behavior
No response
pip version
21.1
Python version
3.7.9
OS
linux
How to Reproduce
- Get package from a private google artifact registry repo
- Then run pip install package-name
- Despite having everything properly configured, pip is unable to download the package
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Metadata
Metadata
Assignees
Labels
C: keyringRelated to pip's keyring integrationRelated to pip's keyring integrationresolution: no actionWhen the resolution is to not do anythingWhen the resolution is to not do anything