-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70604/
-----------------------------------------------------------
Review request for ranger, Bolke de Bruin, Madhan Neethiraj, and Velmurugan
Periasamy.
Bugs: RANGER-2415
https://issues.apache.org/jira/browse/RANGER-2415
Repository: ranger
Description
-------
Access evaluation compares Ranger policies against accessed resource using a
Policy-Resource matching algorithm. It needs to always take into consideration
value of isExcludes flag specified for each resource-level when comparing
resource values in the resource hierarchy.
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/policyresourcematcher/RangerDefaultPolicyResourceMatcher.java
b0fcf6e33
agents-common/src/test/resources/resourcematcher/test_defaultpolicyresourcematcher.json
68166f950
Diff: https://reviews.apache.org/r/70604/diff/1/
Testing
-------
Developed and ran unit tests containing policy-resources with isExcludes flag
set to true and false. Ensured the matching algorithm works correctly when
isExcludes flag for any resource in the hierarchy is set to true.
Thanks,
Abhay Kulkarni