mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #23546] issue: permission checking is done wrong for cloned models #58677
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moritzderallerechte on GitHub (Apr 9, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23546
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When the underlying model is set to private (non-admins have no access to it), but the cloned model is public, then the subsequent calls to the model after a tool call seem to be blocked.
So this is not (really) a misconfiguration but a bug in Open-WebUI.
Actual Behavior
If the user has access to the cloned model and can talk to it, then the access restrictions of the underlying model should not make tool calling break.
Steps to Reproduce
clone a model and give the cloned model more restrictions
Logs & Screenshots
This issue was closed even though it described a bug and not a misconfiguration.
The real cause of this issues is described here
The issue was not opened back up again, so I am creating this ticket for it to be fixed, if that hasnt already happened
Additional Information
No response
@trevorhayes6561-maker commented on GitHub (Apr 9, 2026):
Thank you for opening this issue and providing the details regarding
permission checking for cloned models.
On Thu, Apr 9, 2026, 10:09 AM Moritz Terhechte @.***>
wrote:
@Classic298 commented on GitHub (Apr 9, 2026):
I am confused by the report
You say
But then in your steps to reproduce you say
This is contradicting.
@Classic298 commented on GitHub (Apr 9, 2026):
@trevorhayes6561-maker please stop spamming meaningless comments on most of the new issues. This is not helpful
@tjbck commented on GitHub (Apr 11, 2026):
Unable to reproduce.