Skip to content

fix: use registry token for pull secrets#2332

Merged
FabianKramm merged 1 commit into
devspace-sh:mainfrom
lizardruss:fix-wincreds
Sep 22, 2022
Merged

fix: use registry token for pull secrets#2332
FabianKramm merged 1 commit into
devspace-sh:mainfrom
lizardruss:fix-wincreds

Conversation

@lizardruss

@lizardruss lizardruss commented Sep 21, 2022

Copy link
Copy Markdown
Collaborator

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

What does this pull request do? Which issues does it resolve?
resolves #2324

The wincred credential store returns an empty username when resolving credentials. Because of this, we skip creating the pull secret since we don't have complete credentials.

The solution is to provide a username of 00000000-0000-0000-0000-000000000000 when using ACR, according to their docs. This issue is specific to the wincred credential store.

Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace would not create a pull secret when using wincred credentials store

@lizardruss lizardruss marked this pull request as ready for review September 21, 2022 19:24
@FabianKramm FabianKramm merged commit add4feb into devspace-sh:main Sep 22, 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.

Pull Secret creation fails with Azure Container Registry when using az cli for login on Windows with docker "credsStore": "wincred"

2 participants