Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.7.1
-
None
-
None
Description
Before the command is executed, there is the following record for the table 'SENTRY_DB_PRIVILEGE':
DB_PRIVILEGE_ID PRIVILEGE_SCOPE SERVER_NAME DB_NAME TABLE_NAME COLUMN_NAME URI ACTION CREATE_TIME WITH_GRANT_OPTION
18 DATABASE server1 filtered _NULL_ _NULL_ _NULL_ * 1558435159705 N
After I excute the command 'revoke all on database filtered from ROLE test_role', the corresponding permissions for test_role were successfully removed. But there is one more record in table 'SENTRY_DB_PRIVILEGE':
DB_PRIVILEGE_ID PRIVILEGE_SCOPE SERVER_NAME DB_NAME TABLE_NAME COLUMN_NAME URI ACTION CREATE_TIME WITH_GRANT_OPTION
32 DATABASE server1 filtered _NULL_ _NULL_ _NULL_ * 1560826528884 Y
The only difference is that the 'WITH_GRANT_OPTION' field becomes 'Y'.