Abhay created RANGER-3999:
-----------------------------
Summary: Implement more efficient way to handle _any access
authorization
Key: RANGER-3999
URL: https://issues.apache.org/jira/browse/RANGER-3999
Project: Ranger
Issue Type: Improvement
Components: Ranger
Reporter: Abhay
If a user-initiated operation requires checking if more than one permission is
granted, then currently, each permission requires a call to internal Policy
Engine API for the same accessed resource. This leads to many repetitive
computations which may be avoided if the policy engine API supports multiple
permissions. In that case, optimization may be achieved by pushing
authorization for multiple permissions down to the lowest possible level.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)