-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73983/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj and Ramesh Mani.
Bugs: RANGER-3754
https://issues.apache.org/jira/browse/RANGER-3754
Repository: ranger
Description
-------
If the plugins are chained, the result of an access request combines the access
result of the main plugin with the result reported by the plugin chained to the
main plugin. In some cases (where fallback to native authorizer is not enabled
for the main plugin), the result of the chained plugin's access result is not
used if the chained plugin's policy that evaluated the access is of same or
lower priority.
Diffs
-----
RANGER-3590.patch PRE-CREATION
agents-common/src/main/java/org/apache/ranger/plugin/service/RangerBasePlugin.java
f157475bf
Diff: https://reviews.apache.org/r/73983/diff/1/
Testing
-------
Compiled and ran all unit tests successfully
Thanks,
Abhay Kulkarni