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/06/10 23:01:00 UTC

[jira] [Work logged] (HIVE-25214) Add hive authorization support for Data connectors.

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

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

                Author: ASF GitHub Bot
            Created on: 10/Jun/21 23:00
            Start Date: 10/Jun/21 23:00
    Worklog Time Spent: 10m 
      Work Description: dantongdong opened a new pull request #2384:
URL: https://github.com/apache/hive/pull/2384


   [HIVE-25214](https://issues.apache.org/jira/browse/HIVE-25214): Add hive authorization support for Data connectors


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

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


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

            Worklog Id:     (was: 609985)
    Remaining Estimate: 0h
            Time Spent: 10m

> Add hive authorization support for Data connectors.
> ---------------------------------------------------
>
>                 Key: HIVE-25214
>                 URL: https://issues.apache.org/jira/browse/HIVE-25214
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Naveen Gangam
>            Assignee: Dantong Dong
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We need to add authorization support for data connectors in hive. The default behavior should be
> 1) Connectors can be create/dropped by users in admin role.
> 2) Connectors have READ and WRITE permissions.
> *   READ permissions are required to fetch a connector object or fetch all connector names. So to create a REMOTE database using a connector, users will need READ permission on the connector. DDL queries like "show connectors" and "describe <connector>" will check for read access on the connector as well.
> *   WRITE permissions are required to alter/drop a connector. DDL queries like "alter connector" and "drop connector" will need WRITE access on the connector.
> Adding this support, Ranger can integrate with this.
>    



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