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: remove authorization header from core.windows.net requests for Azure docker registries #6641

Merged
merged 4 commits into from Jul 1, 2020

Conversation

etiennetremel
Copy link
Contributor

Add back the logic that remove the authorization header for requests made against Azure blob storage.

It was initially added via this PR #5274, then reverted 74f24d5.

For the unit tests, I'm struggling with mocking the redirect via nock, I'm available on Slack if someone could find time to give me a hint on how to implement that. I couldn't find similar unit tests for the similar Amazon ECR logic.

Closes #6640

@lgtm-com
Copy link

lgtm-com bot commented Jun 30, 2020

This pull request introduces 1 alert when merging 738f5f6 into abfdae3 - view on LGTM.com

new alerts:

  • 1 for Incomplete URL substring sanitization

@lgtm-com
Copy link

lgtm-com bot commented Jul 1, 2020

This pull request introduces 1 alert when merging 09dbe60 into 7af01c5 - view on LGTM.com

new alerts:

  • 1 for Incomplete URL substring sanitization

lib/util/http/index.ts Outdated Show resolved Hide resolved
@lgtm-com
Copy link

lgtm-com bot commented Jul 1, 2020

This pull request introduces 1 alert when merging 7e3b216 into a8caa9e - view on LGTM.com

new alerts:

  • 1 for Incomplete URL substring sanitization

@lgtm-com
Copy link

lgtm-com bot commented Jul 1, 2020

This pull request introduces 1 alert when merging a5d4ad6 into a8caa9e - view on LGTM.com

new alerts:

  • 1 for Incomplete URL substring sanitization

@lgtm-com
Copy link

lgtm-com bot commented Jul 1, 2020

This pull request introduces 1 alert when merging ae19aa0 into a8caa9e - view on LGTM.com

new alerts:

  • 1 for Incomplete URL substring sanitization

lib/util/http/index.ts Outdated Show resolved Hide resolved
lib/util/http/index.ts Outdated Show resolved Hide resolved
lib/util/http/index.ts Outdated Show resolved Hide resolved
@viceice viceice merged commit 45d7d40 into renovatebot:master Jul 1, 2020
@etiennetremel etiennetremel deleted the add-back-pr-5274 branch July 1, 2020 13:49
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 21.21.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure ACR authentication information is not given in the correct format
4 participants