xBis7 commented on PR #5613:
URL: https://github.com/apache/ozone/pull/5613#issuecomment-1884758282

   This patch doesn't necessarily need someone with Ranger experience, to 
review it. The purpose of the changes is to bypass an external authorizer when 
the shareable /tmp is used.
   
   ```
   if (shareable /tmp enabled) { 
     init HybridAuthorizer
   }
   
   HybridAuthorizer
     if (current resource is /tmp/tmp) {
       use OzoneNativeAuthorizer
     } else {
       use external authorizer
     } 
   ```
   
   If it helps, I can provide more details and an example on why Ranger doesn't 
work the shareable /tmp.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to