Ramesh Mani created RANGER-4001:
-----------------------------------

             Summary: Wrong permission check for Hive "Alter View as" command 
in Ranger HiveAuthorizer
                 Key: RANGER-4001
                 URL: https://issues.apache.org/jira/browse/RANGER-4001
             Project: Ranger
          Issue Type: Bug
          Components: Ranger
    Affects Versions: 3.0.0, 2.4.0
            Reporter: Ramesh Mani


Hive Alter View as command needs SELECT privilege alone for the selected table 
to create view.
command : alter view v1 as select * from db.t1
Expectation: This command needs alter permission for view v1, select permission 
for table "t1" and select permission on database "db"
Current Behavior: Currently the Ranger requires ALTER permission for table "t1" 
and database "db" in addition to ALTER permission for the view "v1" . This 
behavior is not correct.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to