[GH-ISSUE #12171] Support authentication when pushing model to registry #54607

Closed
opened 2026-04-29 06:33:14 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Fjox on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12171

C:\Users\fox>ollama push git.fjox.win/fjox/gemma3:270m
retrieving manifest
Error: 401: authGroup.Verify
Originally created by @Fjox on GitHub (Sep 3, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12171 ``` C:\Users\fox>ollama push git.fjox.win/fjox/gemma3:270m retrieving manifest Error: 401: authGroup.Verify ```
GiteaMirror added the feature request label 2026-04-29 06:33:14 -05:00
Author
Owner

@pdevine commented on GitHub (Sep 3, 2025):

The registry you're using will need to support Ollama's auth system. There are details inside of the auth/ directory (although unfortunately not documented), but the general gist is that you take the url and time stamp and sign those and then pass it through an auth header.

<!-- gh-comment-id:3250205268 --> @pdevine commented on GitHub (Sep 3, 2025): The registry you're using will need to support Ollama's auth system. There are details inside of the `auth/` directory (although unfortunately not documented), but the general gist is that you take the url and time stamp and sign those and then pass it through an auth header.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#54607