You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sai Hemanth Gantasala (Jira)" <ji...@apache.org> on 2021/09/22 05:43:00 UTC

[jira] [Created] (HIVE-25545) Add/Drop constraints events on table should be authorized in HS2

Sai Hemanth Gantasala created HIVE-25545:
--------------------------------------------

             Summary: Add/Drop constraints events on table should be authorized in HS2
                 Key: HIVE-25545
                 URL: https://issues.apache.org/jira/browse/HIVE-25545
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2
            Reporter: Sai Hemanth Gantasala
            Assignee: Sai Hemanth Gantasala


Alter table foo_tbl ADD constraint c1_unique UNIQUE(id1) disable novalidate;
Alter table foo_tbl DROP constraint c1_unique;

The above statements are currently not being authorized in Ranger/Sentry. These should be authorized by creating authorizable events in Hive.



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