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: skip /auth call for ACR registries #2376

Merged
merged 1 commit into from
Oct 19, 2022

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