You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Naveen Gangam (Jira)" <ji...@apache.org> on 2021/06/07 20:39:00 UTC

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

Naveen Gangam created HIVE-25214:
------------------------------------

             Summary: 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: Naveen Gangam


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)