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 2020/07/17 09:05:00 UTC

[jira] [Work logged] (HIVE-23339) SBA does not check permissions for DB location specified in Create or Alter database query

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

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

                Author: ASF GitHub Bot
            Created on: 17/Jul/20 09:04
            Start Date: 17/Jul/20 09:04
    Worklog Time Spent: 10m 
      Work Description: miklosgergely merged pull request #1011:
URL: https://github.com/apache/hive/pull/1011


   


----------------------------------------------------------------
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: 460185)
    Time Spent: 0.5h  (was: 20m)

> SBA does not check permissions for DB location specified in Create or Alter database query
> ------------------------------------------------------------------------------------------
>
>                 Key: HIVE-23339
>                 URL: https://issues.apache.org/jira/browse/HIVE-23339
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 3.1.0
>            Reporter: Riju Trivedi
>            Assignee: Shubham Chaurasia
>            Priority: Critical
>              Labels: pull-request-available
>         Attachments: HIVE-23339.01.patch, HIVE-23339.02.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> With doAs=true and StorageBasedAuthorization provider, create database with specific location succeeds even if user doesn't have access to that path.
>  
> {code:java}
>   hadoop fs -ls -d /tmp/cannot_write
>  drwx------ - hive hadoop 0 2020-04-01 22:53 /tmp/cannot_write
> create a database under /tmp/cannot_write. We would expect it to fail, but is actually created successfully with "hive" as the owner:
> rtrivedi@bdp01:~> beeline -e "create database rtrivedi_1 location '/tmp/cannot_write/rtrivedi_1'"
>  INFO : OK
>  No rows affected (0.116 seconds)
> hive@hpchdd2e:~> hadoop fs -ls /tmp/cannot_write
>  Found 1 items
>  drwx------ - hive hadoop 0 2020-04-01 23:05 /tmp/cannot_write/rtrivedi_1
> {code}
>  



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