[ https://issues.apache.org/jira/browse/HIVE-24705?focusedWorklogId=637003&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-637003 ]
ASF GitHub Bot logged work on HIVE-24705: ----------------------------------------- Author: ASF GitHub Bot Created on: 11/Aug/21 17:37 Start Date: 11/Aug/21 17:37 Worklog Time Spent: 10m Work Description: saihemanth-cloudera closed pull request #1960: URL: https://github.com/apache/hive/pull/1960 -- 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: 637003) Time Spent: 1h 50m (was: 1h 40m) > 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: 1h 50m > 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)