You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Na Li (JIRA)" <ji...@apache.org> on 2018/03/27 20:51:00 UTC

[jira] [Created] (SENTRY-2191) User-defined Privilege is not updated for table rename with Full path snapshot from HMS

Na Li created SENTRY-2191:
-----------------------------

             Summary: User-defined Privilege is not updated for table rename with Full path snapshot from HMS
                 Key: SENTRY-2191
                 URL: https://issues.apache.org/jira/browse/SENTRY-2191
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: 2.1.0
            Reporter: Na Li


role1 has "all" privilege on table1

1) When table rename from table1 to table2 is present in Notification event, and sentry processes the notification event, the following happens

role1 now has "all" privilege on table2

 

2) When table rename from table1 to table2 is in full path snapshot from HMS, and sentry does not process the table rename notification event, the following happens

role1 still has "all" privilege on table1, and role1 does not have privilege on table2

 

The behavior at scenario 2) is not correct. 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)