Abhay Kulkarni created RANGER-4990: -------------------------------------- Summary: Rationalize processing of match-types for policy and tag evaluation Key: RANGER-4990 URL: https://issues.apache.org/jira/browse/RANGER-4990 Project: Ranger Issue Type: Improvement Components: Ranger Reporter: Abhay Kulkarni Assignee: Abhay Kulkarni
Policies/tags are selected for processing based on how the they match the accessed resource. The logic for the selection of policies/tags depends onĀ # resourceMatchingScope specified in the access request, and # if the type of access desired is of type 'any'. The logic for the selection is inconsistent and hard to reason about. Additionally, code referencing the resourceMatchingScope does not check for null-ness. This may cause NullPointerExceptions. -- This message was sent by Atlassian Jira (v8.20.10#820010)