Skip to content

Commit 31f3ea3

Browse files
[Doc] Update security limit for search with DLS/FLS (#74725) (#74972)
Shard level request cache is now generally supported after #70191 This PR updates the security limitation to state the effect. Co-authored-by: Yang Wang <[email protected]>
1 parent 07748c0 commit 31f3ea3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x-pack/docs/en/security/limitations.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ When a user's role enables document or <<field-level-security,field level securi
5050
* The user cannot perform write operations:
5151
** The update API isn't supported.
5252
** Update requests included in bulk requests aren't supported.
53-
* The request cache is disabled for search requests.
53+
* The request cache is disabled for search requests if either of the following are true:
54+
** The role query that defines document level security is <<templating-role-query,templated>>
55+
using a <<script-stored-scripts,stored script>>.
56+
** The target indices are a mix of local and remote indices.
5457

5558
When a user's role enables <<document-level-security,document level security>> for a data stream or index:
5659

0 commit comments

Comments
 (0)