Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't strip auth from url #240

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Conversation

Kelwing
Copy link
Contributor

@Kelwing Kelwing commented Apr 30, 2024

Getting the URL from the response extensions instead of simply using the input URL strips authentication data from the URL. Doing this not only prevents downloading artifacts from a private registry using basic auth, but also causes caching errors when removing a given lock because of the way cache keys are calculated.

@Kelwing Kelwing changed the title Don't strip auth from url fix: don't strip auth from url Apr 30, 2024
@tdejager tdejager merged commit ac307bc into prefix-dev:main Jul 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants