mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
Feature Request: Implement RBAC to restrict users using some models #2253
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 @dominpm on GitHub (Oct 1, 2024).
Is your feature request related to a problem? Please describe.
It would be a really nice feature for the admins to have to restrict the use of certain models to certain users. Meaning that there would be different roles, where different roles give access to different models/features.
Describe the solution you'd like
Once a user registers in the app, admin would have the ability to set them in different groups/roles. Those roles will restrict which models can they use and which not.
Extra
It would be awesome too to integrate this with Azure Directory to allow users register (which is currently allowed); but their groups are inherited in OpenWebUI so that RBAC is easier to manage.