From a6f668672847b439dd4d6bdc5fb64eebbcd404ff Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:15:27 +0200 Subject: [PATCH] privacy feat for admin workspace --- docs/getting-started/env-configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 458017e5..2082d890 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -148,6 +148,12 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Default: `True` - Description: Enables admin users to access all chats. +#### `RESPECT_USER_WORKSPACE_PRIVACY` + +- Type: `bool` +- Default: `False` +- Description: When enabled, admin users are treated like regular users for workspace access and only see knowledge bases, models, prompts, and tools they have **explicit permission to access** through the existing access control system. If set to `False`, admins have access to all created items in the workspace area regardless of access permissions. + #### `ENABLE_USER_WEBHOOKS` - Type: `bool`