Madhan Neethiraj created RANGER-1200:
----------------------------------------
Summary: Ranger policies should support notion of OWNER user
Key: RANGER-1200
URL: https://issues.apache.org/jira/browse/RANGER-1200
Project: Ranger
Issue Type: New Feature
Reporter: Madhan Neethiraj
Components like HDFS have the notion of an owner for the resource being
accessed. For such components, it should be possible to setup Ranger policies
to grant specific permissions for owners of accessed resources.
Example usecase: users should have read/write/execute/delegate-admin privileges
on files and directories they own under /home/. Ranger policy should be like:
{noformat}
{ path=/home/*; users=[ {OWNER} ]; permission=[ read, write, execute ];
isDelegateAdmin=true}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)