From 69ca70dd8e6e6b1e5708b4657805f825a7800942 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:12:23 +0100 Subject: [PATCH] [8.x] [DOCS] Update servicenow search connector DLS limitation (#123865) --- .../connector/docs/connectors-servicenow.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/connector/docs/connectors-servicenow.asciidoc b/docs/reference/connector/docs/connectors-servicenow.asciidoc index 3dc98ed9a44c9..e97d2b20399c7 100644 --- a/docs/reference/connector/docs/connectors-servicenow.asciidoc +++ b/docs/reference/connector/docs/connectors-servicenow.asciidoc @@ -144,6 +144,13 @@ For default services, connectors use the following roles to find users who have For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services. +[IMPORTANT] +==== +The ServiceNow connector applies access control at the service (table) level. +This means documents within a given ServiceNow table share the same access control settings. +Users with permission to a table can access all documents from that table in Elasticsearch. +==== + [NOTE] ==== The ServiceNow connector does not support scripted and conditional permissions. @@ -379,6 +386,13 @@ For default services, connectors use the following roles to find users who have For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services. +[IMPORTANT] +==== +The ServiceNow connector applies access control at the service (table) level. +This means documents within a given ServiceNow table share the same access control settings. +Users with permission to a table can access all documents from that table in Elasticsearch. +==== + [NOTE] ==== The ServiceNow connector does not support scripted and conditional permissions.