-
Notifications
You must be signed in to change notification settings - Fork 339
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
No Basic Auth Credentials with SSO #653
Comments
Running into the same issue with Docker Desktop for Mac on ARM64 v4.25.2 (129061) and Credential Helper: v0.7.0. I've tried compiling the main branch with |
This is also a dupe of #573 |
I was able to resolve my issue by explicitly setting the |
What you are describing is not related to my bug. The bug is in the software not catching this and giving a wrong error message. It should fail on not enough space for docker, or some other error docker is returning, but instead it's saying not basic auth. It has nothing to do with credentials. |
Hello, we are implementing this tool in our org right now, and we ran into a weird bug.
When we pull from dockers, certain images would pull, but some would fail saying “no basic auth credentials”.
We checked all permissions, and everything works correctly, we could not wrap our heads around this, until we saw that docker did not have enough space to pull the images.
After doing a system prune, and having enough space, that no basic auth went away. There might be a portion in the code that sees the return code and prints the wrong error message for this situation.
When I pulled enough to where my docker did not have enough space left, the error came back, so it is definitely this that's causing this.
The text was updated successfully, but these errors were encountered: