Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/reference/connector/docs/connectors-servicenow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down