[GH-ISSUE #765] Docker credentials are ignored #5130

Closed
opened 2026-04-22 00:23:46 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @parasiteoflife on GitHub (Aug 24, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/765

related discussion I created https://github.com/moghtech/komodo/discussions/745

I have also tried setting up the credentials in the config file to no avail, so I can only assume credentials are being ignored. Tried with stack pull and redeploy, both fail with the same message:

Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

Also on the Personal access tokens table from docker.com I can see the token has never been used since the Last used column says Never.

Originally created by @parasiteoflife on GitHub (Aug 24, 2025). Original GitHub issue: https://github.com/moghtech/komodo/issues/765 related discussion I created https://github.com/moghtech/komodo/discussions/745 I have also tried setting up the credentials in the config file to no avail, so I can only assume credentials are being ignored. Tried with stack pull and redeploy, both fail with the same message: ``` Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit ``` Also on the `Personal access tokens` table from docker.com I can see the token has never been used since the `Last used` column says `Never`.
Author
Owner

@mbecker20 commented on GitHub (Aug 25, 2025):

Did you specify the required registry login account in the stack config? It's under Advanced

<!-- gh-comment-id:3218558515 --> @mbecker20 commented on GitHub (Aug 25, 2025): Did you specify the required registry login account in the stack config? It's under Advanced
Author
Owner

@parasiteoflife commented on GitHub (Aug 27, 2025):

That was it! I must be blind I didn't found that before. Is the option new?

Also I know this might be unrelated to the issue but what can I do if I want to use more than one credential per stack? Like I have docker and github images being pulled, how do I specify both providers credentials? Is that not possible?

<!-- gh-comment-id:3229573793 --> @parasiteoflife commented on GitHub (Aug 27, 2025): That was it! I must be blind I didn't found that before. Is the option new? Also I know this might be unrelated to the issue but what can I do if I want to use more than one credential per stack? Like I have docker and github images being pulled, how do I specify both providers credentials? Is that not possible?
Author
Owner

@titandrive commented on GitHub (Jan 29, 2026):

@mbecker20 I hate to bump an old post but Im running into this right now. Specified the registry login and getting the same error. Also did docker login from the host shell and logged in fine. Any ideas? Not sure if its related but just started getting it in v2.0.0-dev-112. Not sure if I should just create a new issue or not.

<!-- gh-comment-id:3817061416 --> @titandrive commented on GitHub (Jan 29, 2026): @mbecker20 I hate to bump an old post but Im running into this right now. Specified the registry login and getting the same error. Also did docker login from the host shell and logged in fine. Any ideas? Not sure if its related but just started getting it in v2.0.0-dev-112. Not sure if I should just create a new issue or not.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#5130