[
https://issues.apache.org/jira/browse/RANGER-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939809#comment-17939809
]
Uma Maheswara Rao G commented on RANGER-3657:
---------------------------------------------
Hi [~spolavarapu], any further updates on this one?
cc: [~zitadombi]
> Support for recursive ACL check for subpaths in Ozone plugin
> ------------------------------------------------------------
>
> Key: RANGER-3657
> URL: https://issues.apache.org/jira/browse/RANGER-3657
> Project: Ranger
> Issue Type: Improvement
> Components: Ranger
> Reporter: Sailaja Polavarapu
> Assignee: Sailaja Polavarapu
> Priority: Major
> Attachments:
> 0001-RANGER-3657-Recursive-delete-support-with-end-to-end.patch
>
>
> This task is to implement {{recursive}} ACL check in
> {{{}RangerOzoneAuthorizer{}}}, using the below interface. OzoneRanger can
> build an optimized recursive ACL check similar to HDFS -
> [Reference|https://github.com/apache/ranger/blob/master/hdfs-agent/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java#L444]
>
> {code:java}
> IAccessAuthorizer#checkAccess(IOzoneObj ozoneObject, RequestContext context)
> public class RequestContext {
> …...
> /**
> * Represents recursive access check required for all the sub-paths of
> the
> * given path. If the given path is not a directory, there is no effect
> for
> * this flag. A true value represents recursive check, false represents
> * non-recursive check.
> */
> private final boolean recursiveAccessCheck; // introducing new
> attribute for recursive access checks.
> }{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)