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 2022/10/03 19:35:00 UTC

[jira] [Updated] (RANGER-3796) Enhancement to support multiple resource sets in a policy

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

Madhan Neethiraj updated RANGER-3796:
-------------------------------------
    Attachment: RANGER-3796-3.patch

> Enhancement to support multiple resource sets in a policy
> ---------------------------------------------------------
>
>                 Key: RANGER-3796
>                 URL: https://issues.apache.org/jira/browse/RANGER-3796
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>            Reporter: Madhan Neethiraj
>            Assignee: Madhan Neethiraj
>            Priority: Major
>             Fix For: 3.0.0, 2.4.0
>
>         Attachments: RANGER-3796-2.patch, RANGER-3796-3.patch, RANGER-3796.patch
>
>
> Ranger policy model allows multiple resources to be covered in a single policy. For example, by use of wildcards/macros/resource-list – as shown below:
> {noformat}
> - database: test_db, table: *, column: *
> - path: /home/{USER}
> - storageaccount: finance, relativepath: [ /taxes, /reports ] {noformat}
>  
> It will be useful to extend this to support multiple resource sets in a policy, like:
> {noformat}
>  - { database: db1, table: tb1, columns: * }, { database: db2, table: *, column: * }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)