You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2021/07/08 23:01:00 UTC

[jira] [Updated] (RANGER-3332) Script evaluator to support JSON style access to context details

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

Madhan Neethiraj updated RANGER-3332:
-------------------------------------
    Attachment: RANGER-3332.patch

> Script evaluator to support JSON style access to context details
> ----------------------------------------------------------------
>
>                 Key: RANGER-3332
>                 URL: https://issues.apache.org/jira/browse/RANGER-3332
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>            Reporter: Madhan Neethiraj
>            Assignee: Madhan Neethiraj
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0
>
>         Attachments: RANGER-3332.patch
>
>
> Script evaluator currently require use of methods to access context details, like:
>  * ctx.getUser()
>  * ctx.getUserGroups()
>  * tag.getType()
>  * tag.getAttributes().get("emailAddress")
>  
> This makes the script in conditions cumbersome to write and read. It will be simpler to be able to access context details with Json style syntax, like:
>  * _ctx.user
>  * _ctx.userGroups
>  * _ctx.tag.type
>  * _ctx.tag.attributes.emailAddress



--
This message was sent by Atlassian Jira
(v8.3.4#803005)