[ 
https://issues.apache.org/jira/browse/RANGER-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj updated RANGER-3508:
-------------------------------------
    Description: 
User/group/tags/resource attributes should be easily accessible in condition 
expressions, with expressions like:
{noformat}
USER.state == 'CA'
UG['test'].dept == 'MKTG'
REQ.accessType == 'SELECT'
RES.database == 'hr'
RES.table == 'employee'
TAG._type == 'PII'
TAG.attr1 == 'value1'
TAGS.PII.attr1 == 'value1'
TNAMES.length == 2
TNAMES.indexOf('PCI') != -1{noformat}
 

  was:
User/group/tags/resource attributes should be easily accessible in condition 
expressions, with expressions like:
{noformat}
USER.state == 'CA'
UGROUP['test'].dept == 'MKTG'
REQ.accessType == 'SELECT'
RES.database == 'hr'
RES.table == 'employee'
TAG._type == 'PII'
TAG.attr1 == 'value1'
TAGS.length == 2
TNAMES.indexOf('PCI') != -1{noformat}
 


> Enable easier access to user/group/tag/resource attributes in condition 
> expressions
> -----------------------------------------------------------------------------------
>
>                 Key: RANGER-3508
>                 URL: https://issues.apache.org/jira/browse/RANGER-3508
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>            Reporter: Madhan Neethiraj
>            Assignee: Madhan Neethiraj
>            Priority: Major
>             Fix For: 3.0.0
>
>
> User/group/tags/resource attributes should be easily accessible in condition 
> expressions, with expressions like:
> {noformat}
> USER.state == 'CA'
> UG['test'].dept == 'MKTG'
> REQ.accessType == 'SELECT'
> RES.database == 'hr'
> RES.table == 'employee'
> TAG._type == 'PII'
> TAG.attr1 == 'value1'
> TAGS.PII.attr1 == 'value1'
> TNAMES.length == 2
> TNAMES.indexOf('PCI') != -1{noformat}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to