elasticsearch/plugins/examples/security-authorization-engine
Albert Zaharovits 343c5c1ef7
Always test explicit names with name predicate when ignore unavailable (#91618)
The "is authorized" check for explicit names must take
into account that a name can be authorized even if it doesn't exist.
To that end, the "is authorized" check for explicit names,
during request rewriting, should not fail if the index is unavailable.

This PR is a refactoring that allows changing the predicate
without changing the wildcard expansion test.
2022-11-22 14:57:54 +02:00
..
src Always test explicit names with name predicate when ignore unavailable (#91618) 2022-11-22 14:57:54 +02:00
build.gradle Fix classpath for example build integration tests (#81837) 2021-12-16 17:08:24 -05:00