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

Multiple fixes for repository http authentication #2990

Merged
merged 3 commits into from
Sep 28, 2020

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    c14a902 View commit details
    Browse the repository at this point in the history
  2. authenticator: use configured repositories

    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>
    abn and fbergroth committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    408b0fb View commit details
    Browse the repository at this point in the history
  3. repositories: use authenticator for legacy repos

    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
    abn committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c8d6fbc View commit details
    Browse the repository at this point in the history