elasticsearch/plugins/examples/security-authorization-engine
Albert Zaharovits 346abf9816
Improve "Has Privilege" performance for boolean-only response (#86685)
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.
2022-05-24 11:41:20 -04:00
..
src Improve "Has Privilege" performance for boolean-only response (#86685) 2022-05-24 11:41:20 -04:00
build.gradle Fix classpath for example build integration tests (#81837) 2021-12-16 17:08:24 -05:00