[ https://issues.apache.org/jira/browse/HIVE-25214?focusedWorklogId=627261&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627261 ]
ASF GitHub Bot logged work on HIVE-25214: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Jul/21 17:45 Start Date: 23/Jul/21 17:45 Worklog Time Spent: 10m Work Description: nrg4878 commented on pull request #2384: URL: https://github.com/apache/hive/pull/2384#issuecomment-885798784 Fix has been pushed to master. Thank you for the work @dantongdong -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 627261) Time Spent: 1h (was: 50m) > 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 > Labels: pull-request-available > Time Spent: 1h > 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)