[
https://issues.apache.org/jira/browse/RANGER-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhay Kulkarni updated RANGER-1696:
-----------------------------------
Fix Version/s: 0.7.2
> Request to get all policies for hive or hbase service-type does not include
> policies that apply to specific child resource(such as table in hive/column
> family in hbase)
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RANGER-1696
> URL: https://issues.apache.org/jira/browse/RANGER-1696
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: master
> Reporter: Deepak Sharma
> Assignee: Abhay Kulkarni
> Fix For: 1.0.0, master, 0.7.2
>
>
> Scenario:
> Consider the following set of Ranger policies.
> {noformat}
> policy_name Database Table
> Column
> policy_for_all_resource * *
> *
> policy_for_testdb1 testdb1 *
> *
> policy_for_testdb1-testtable1 testdb1 testtable1 *
> policy_for_testcol-testtable1 testdb1 testtable1 testcol
> {noformat}
> The following REST API call to get all policies for database 'testdb1',
> http://<ranger-admin-ip>:6080/service/public/v2/api/policies/hive/for-resource?resource:database=testdb1
> ,is expected to return all above policies. However,
> 'policy_for_testdb1-testtable1' and 'policy_for_testcol-testtable1' are not
> returned.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)