mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22205] feat: tags as groups for tools/models for better access control #35189
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 @blinkyboi on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22205
Check Existing Issues
Verify Feature Scope
Problem Description
My suggestion requests the ability for more control over allowing individual users and/or "groups" to access resources under the "tags".
For example: when working with ollama connections (local vs external) and have models being loaded/pulled from both, they get labeled with 'Local' and 'External' and all models separated under each label. What if I only want a certain group of users to access 'External' models?
Desired Solution you'd like
Alternatives Considered
N/A.
Additional Context
Highlighted in blue are the "tags" I'm referring to. When clicked in this context, models under the tag would show up (after adding the tag to the model in workspace or admin menu > models).

In my case, I want to allow certain groups and users to access "Gemini" or "GLM" or any given tag and not others (for my use case, the resource would be private which enables some to use those resources without making resource public.