forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc5dcb5
commit eaf0fde
Showing
4 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
pr: 105709 | ||
summary: Disable validate when rewrite parameter is sent and the index access control | ||
list is non-null | ||
summary: Apply stricter Document Level Security (DLS) rules for the validate query API with the rewrite parameter. | ||
area: Security | ||
type: bug | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: "Apply stricter Document Level Security (DLS) rules for the validate query API with the rewrite parameter" | ||
area: REST API | ||
details: When Document Level Security (DLS) is applied to the validate query API with the rewrite parameter, stricter security rules apply. | ||
impact: If needed, test workflows with DLS enabled to ensure that the stricter security rules do not impact your application. | ||
notable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
pr: 105714 | ||
summary: Cross check livedocs for terms aggs when index access control list is non-null | ||
area: "Aggregations" | ||
type: bug | ||
summary: Apply stricter Document Level Security (DLS) rules for terms aggregations when min_doc_count is set to 0. | ||
area: Security | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: "Apply stricter Document Level Security (DLS) rules for terms aggregations when min_doc_count is set to 0" | ||
area: REST API | ||
details: When Document Level Security (DLS) is applied to terms aggregations and min_doc_count is set to 0, stricter security rules apply. | ||
impact: If needed, test workflows with DLS enabled to ensure that the stricter security rules do not impact your application. | ||
notable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters