Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is database design and implement to support "with grant option".
Add a field grantOption(int) to table SENTRY_DB_PRIVILEGE.
And modify the table SENTRY_DB_PRIVILEGE from a single index
to a composite index with member
{privilegeName, grantOption}Attachments
Attachments
Issue Links
- depends upon
-
SENTRY-339 Remove PrivilegeName column and constructPrivilegeName() function
- Resolved
- Is contained by
-
SENTRY-327 Support auth admin delegation via SQL construct 'with grant option'
- Resolved
- is depended upon by
-
SENTRY-343 Privileges query from database support for "With Grant Option"
- Resolved
-
SENTRY-370 Judgement of MSentryPrivilege implies child privileges
- Resolved
- links to