rameeshm commented on code in PR #982:
URL: https://github.com/apache/ranger/pull/982#discussion_r3326028323
##########
agents-common/src/main/java/org/apache/ranger/plugin/policyevaluator/RangerAbstractPolicyEvaluator.java:
##########
@@ -199,6 +204,7 @@ public void getResourceACLs(RangerAccessRequest request,
RangerResourceACLs acls
if (policyType == RangerPolicy.POLICY_TYPE_ACCESS) {
updateFromPolicyACLs(isConditionalMatch, acls,
targetAccessTypes);
+ filterAclResultsByValiditySchedule(request, acls);
Review Comment:
@mneethiraj Thanks for the review. Will address this by reverting this
patch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]