de72f4aeee
This commit changes the behavior of combining multiple document level security queries from an AND operation to an OR operation. Additionally, the behavior is also changed when evaluating the combination of roles that have document level security and roles that do not have document level security. Previously when the permissions for these roles were combined, the queries from the roles with document level security were still being applied, even though the user had access to all the documents. This change now grants the user access to all documents in this scenario and the same applies for field level security. Closes elastic/elasticsearch#1074 Original commit: elastic/x-pack-elasticsearch@291107ec27 |
||
---|---|---|
buildSrc | ||
dev-tools | ||
elasticsearch | ||
.dir-locals.el | ||
.projectile | ||
GRADLE.CHEATSHEET | ||
LICENSE.txt | ||
README.asciidoc | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel = Setup You must checkout x-plugins and elasticsearch in the same directory as siblings. This elasticsearch checkout will be used when building x-plugins.