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:09:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17612415#comment-17612415 ] 

Madhan Neethiraj commented on RANGER-3796:
------------------------------------------

{noformat}
commit 710e7c763e8deebc24b7d8109fe8ef17618f0651
Author: Madhan Neethiraj <ma...@apache.org>
Date:   Tue Jun 28 10:31:02 2022 -0700

    RANGER-3796: plugin capabilities entry added for multiple resource sets in a policy - #2
{noformat}

> 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.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)