You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/04 15:15:00 UTC

[jira] [Work logged] (HIVE-24705) Create/Alter/Drop tables based on storage handlers in HS2 should be authorized by Ranger/Sentry

     [ https://issues.apache.org/jira/browse/HIVE-24705?focusedWorklogId=633637&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-633637 ]

ASF GitHub Bot logged work on HIVE-24705:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Aug/21 15:14
            Start Date: 04/Aug/21 15:14
    Worklog Time Spent: 10m 
      Work Description: nrg4878 commented on pull request #1960:
URL: https://github.com/apache/hive/pull/1960#issuecomment-892743187


   fix has been merged to master. Please close this PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 633637)
    Time Spent: 1.5h  (was: 1h 20m)

> Create/Alter/Drop tables based on storage handlers in HS2 should be authorized by Ranger/Sentry
> -----------------------------------------------------------------------------------------------
>
>                 Key: HIVE-24705
>                 URL: https://issues.apache.org/jira/browse/HIVE-24705
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> With doAs=false in Hive3.x, whenever a user is trying to create a table based on storage handlers on external storage for ex: HBase table, the end user we are seeing is hive so we cannot really enforce the condition in Apache Ranger/Sentry on the end-user. So, we need to enforce this condition in the hive in the event of create/alter/drop tables based on storage handlers.
> Built-in hive storage handlers like HbaseStorageHandler, KafkaStorageHandler e.t.c should implement a method getURIForAuthentication() which returns a URI that is formed from table properties. This URI can be sent for authorization to Ranger/Sentry.



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