Skip to content

fix: skip /auth call for ACR registries#2376

Merged
FabianKramm merged 1 commit intodevspace-sh:mainfrom
lizardruss:acr-auth-fix
Oct 19, 2022
Merged

fix: skip /auth call for ACR registries#2376
FabianKramm merged 1 commit intodevspace-sh:mainfrom
lizardruss:acr-auth-fix

Conversation

@lizardruss
Copy link
Collaborator

What issue type does this pull request address?
/kind bugfix

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves #2365

Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace always attempts a registry authentication call. Azure Container registries use a different authentication method, and no longer responds correctly to /auth requests. They encourage users to use az acr login to refresh their credentials instead.

What else do we need to know?
DevSpace will log a message reminding users that they can refresh their credentials with az acr login

@FabianKramm FabianKramm merged commit f1b4e37 into devspace-sh:main Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Authentication fails when using ACR

2 participants