[PR #544] [MERGED] feat: Add pages documenting roles and groups #597

Closed
opened 2026-02-15 18:15:03 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feature/roles-groups-permissions-page


📝 Commits (2)

  • d5c394d Add page describing roles, groups and permissions
  • fa252f9 Refactored 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/544 **Author:** [@turegjorup](https://github.com/turegjorup) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feature/roles-groups-permissions-page` --- ### 📝 Commits (2) - [`d5c394d`](https://github.com/open-webui/docs/commit/d5c394d3eb91e98a8aa6b521d4be3291238fe9f8) Add page describing roles, groups and permissions - [`fa252f9`](https://github.com/open-webui/docs/commit/fa252f955aed740f163b0208d7937e1ea66292a7) Refactored to individual pages ### 📊 Changes **4 files changed** (+155 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:03 -05:00
yindo closed this issue 2026-02-15 18:15:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#597