From 56dd9c70c438df272961b75957953e84839064d5 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 2 Jun 2025 14:21:27 +0200 Subject: [PATCH] feat: add warning about context_chat not respecting files_accesscontrol rules Signed-off-by: Julien Veyssier --- admin_manual/file_workflows/access_control.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/file_workflows/access_control.rst b/admin_manual/file_workflows/access_control.rst index dddc6614f..02cc3be12 100644 --- a/admin_manual/file_workflows/access_control.rst +++ b/admin_manual/file_workflows/access_control.rst @@ -8,6 +8,11 @@ rules. If all rules of a group hold true, the group matches the request and access is being denied. The rules criteria range from IP address, to user groups, collaborative tags and :ref:`some more `. +.. note:: In case you are using the :ref:`Context Chat App `, + please keep in mind, that it is not affected by the File Access Control rules + and will respond with indexed information, even when the file is not accessible + by the user due to access control rules. + Denied access -------------