You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Velmurugan Periasamy (JIRA)" <ji...@apache.org> on 2018/03/07 21:48:01 UTC

[jira] [Updated] (RANGER-1252) Policy lookup does not honor the case sensitivity flag of resources

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

Velmurugan Periasamy updated RANGER-1252:
-----------------------------------------
    Fix Version/s:     (was: 1.0.0)
                   1.1.0

> Policy lookup does not honor the case sensitivity flag of resources
> -------------------------------------------------------------------
>
>                 Key: RANGER-1252
>                 URL: https://issues.apache.org/jira/browse/RANGER-1252
>             Project: Ranger
>          Issue Type: Bug
>          Components: admin
>    Affects Versions: 0.6.2
>            Reporter: Yan
>            Assignee: Yan
>            Priority: Major
>             Fix For: 1.1.0
>
>         Attachments: Ranger-1252.patch
>
>
> For case insensitive Hive db/table names, the public API's policy lookup does not hit the case insensitive names. For instance, the following curl command:
> curl -iv -u admin:admin -H "Content-type:application/json" -X GET http://11.22.33.444:6080/service/public/api/policy?databases=db1&tables=table1
> returns different results from running the following command using different cases in names:
> curl -iv -u admin:admin -H "Content-type:application/json" -X GET http://11.22.33.444:6080/service/public/api/policy?databases=DB1&tables=TABLE1
> if there exists such a Hive table db1/table1 in the metastore.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)