-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1.1.0rc1: POETRY_HTTP_BASIC_ environment variables are ignored for private repositories #2799
Comments
I've been trying to debug this and the issue seems to be the following:
The |
I ran into the same issue. Do you also set credentials via environment variables? See if #2955 solves it for you as well. |
This change ensures that we use configured repositories to detect credentials instead of `http-basic.` Resolves: python-poetry#2799 Co-authored-by: Fredrik Bergroth <fbergroth@gmail.com>
This change unifies the use of authenticator for legacy repositories. This ensures that we retrieve the correct credentials in all cases. Relates-to: python-poetry#2799 python-poetry#2988
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
Downloading wheels from an Azure Devops feed fails with a 401 Unathorized error using http-basic authorization. This is true whether creds are set with
poetry config
or env vars. Version collection still succeeds from the private repo. This is a bug (or undocumented interface change?) with the 1.1.0 prereleases, since everything works fine with 1.0.5.Snippet of
poetry update -vvv
output:The text was updated successfully, but these errors were encountered: