mneethiraj commented on code in PR #1073:
URL: https://github.com/apache/ranger/pull/1073#discussion_r3584897277


##########
agents-common/src/main/java/org/apache/ranger/plugin/policyevaluator/RangerInlinePolicyEvaluator.java:
##########
@@ -52,11 +53,13 @@ public class RangerInlinePolicyEvaluator {
     private final RangerInlinePolicy   policy;
     private final RangerPolicyEngine   policyEngine;
     private final List<GrantEvaluator> grants;
+    private final boolean              enableOzoneActionPolicy;

Review Comment:
   `RangerInlinePolicyEvaluator` is not the appropriate place for a service 
specific flag like `enableOzoneActionPolicy`. This flag must be confined only 
within Ozone plugin module.



-- 
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]

Reply via email to