Skip to content

Commit 237b725

Browse files
authored
[8.x] [DOCS] Update servicenow search connector DLS limitation (elastic#123865) (elastic#123869)
1 parent 35633a8 commit 237b725

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/reference/connector/docs/connectors-servicenow.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@ For default services, connectors use the following roles to find users who have
144144
145145
For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services.
146146
147+
[IMPORTANT]
148+
====
149+
The ServiceNow connector applies access control at the service (table) level.
150+
This means documents within a given ServiceNow table share the same access control settings.
151+
Users with permission to a table can access all documents from that table in Elasticsearch.
152+
====
153+
147154
[NOTE]
148155
====
149156
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
379386
380387
For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services.
381388
389+
[IMPORTANT]
390+
====
391+
The ServiceNow connector applies access control at the service (table) level.
392+
This means documents within a given ServiceNow table share the same access control settings.
393+
Users with permission to a table can access all documents from that table in Elasticsearch.
394+
====
395+
382396
[NOTE]
383397
====
384398
The ServiceNow connector does not support scripted and conditional permissions.

0 commit comments

Comments
 (0)