-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73268/
-----------------------------------------------------------
(Updated April 2, 2021, 4:40 p.m.)
Review request for ranger, Madhan Neethiraj and Ramesh Mani.
Changes
-------
Added debugging messages
Bugs: RANGER-3147
https://issues.apache.org/jira/browse/RANGER-3147
Repository: ranger
Description (updated)
-------
Handle PathResourceMatching correctly for SELF_OR_CHILD scope. Ensure that the
nodes traversed for adding children to matched set are set-up if needed. Added
debug messages.
Diffs (updated)
-----
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerResourceTrie.java
2db1db0c2
agents-common/src/main/java/org/apache/ranger/plugin/resourcematcher/RangerPathResourceMatcher.java
c60e7bcc2
agents-common/src/test/resources/policyengine/test_policyengine_aws.json
3e7750661
Diff: https://reviews.apache.org/r/73268/diff/2/
Changes: https://reviews.apache.org/r/73268/diff/1-2/
Testing (updated)
-------
Developed unit tests to test policy with resource containing {USER} macro and
SELF_OR_CHILD and SELF scoped access requests. Ran all unit tests successfully.
Thanks,
Abhay Kulkarni