mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Boolean-only privilege checks, i.e. the ones currently used in the "profile has privilege" API, now benefit from a performance improvement, because the check will now stop upon first encountering a privilege that is NOT granted over a resource (and return `false` overall). Previously, all the privileges were always checked over all the resources in order to assemble a comprehensive response with all the privileges that are not granted. |
||
---|---|---|
.. | ||
src | ||
build.gradle |