Files
uv/crates/distribution-types/src
Charlie Marsh f1aec3e779 Add in-URL credentials to store prior to creating requests (#2446)
## Summary

The authentication middleware extracts in-URL credentials from URLs that
pass through it; however, by the time a request reaches the store, the
credentials will have already been removed, and relocated to the header.
So we were never propagating in-URL credentials.

This PR adds an explicit pass wherein we pass in-URL credentials to the
store prior to doing any work.

Closes https://github.com/astral-sh/uv/issues/2444.

## Test Plan

`cargo run pip install` against an authenticated AWS registry.
2024-03-14 03:46:33 +00:00
..
2024-02-15 11:19:46 -06:00
2024-02-25 14:04:05 -05:00
2024-02-25 14:04:05 -05:00
2024-02-15 11:19:46 -06:00
2024-02-25 14:04:05 -05:00
2024-02-25 14:04:05 -05:00
2024-02-25 14:04:05 -05:00