mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #544] [MERGED] feat: Add pages documenting roles and groups #597
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/544
Author: @turegjorup
Created: 5/14/2025
Status: ✅ Merged
Merged: 5/14/2025
Merged by: @tjbck
Base:
main← Head:feature/roles-groups-permissions-page📝 Commits (2)
d5c394dAdd page describing roles, groups and permissionsfa252f9Refactored to individual pages📊 Changes
4 files changed (+155 additions, -1 deletions)
View changed files
➕
docs/features/workspace/groups.md(+74 -0)📝
docs/features/workspace/index.mdx(+9 -1)📝
docs/features/workspace/permissions.md(+8 -0)➕
docs/features/workspace/roles.md(+64 -0)📄 Description
Expand documentation to better describe how roles, groups and permissions work together. This is done to have a better underlying documentation for starting a discussion on the best way forward for the access control framework.
Both the PR's https://github.com/open-webui/open-webui/pull/13685 and https://github.com/open-webui/open-webui/pull/13644 seek to expand on the roles/permissions model. And the discussion https://github.com/open-webui/open-webui/discussions/13200 seek to open a discussion on how to it best.
Having a better description of the current implementation will serve as a baseline for this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.