You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gravitino authorization needs to implement translate Gravitino privilege to underlying data source privileges. we need abstract underlying data source authorization privileges to save translated results.
… abstraction (#5674)
### What changes were proposed in this pull request?
1. abstract AuthorizationMetadataObject interface
2. abstract AuthorizationPrivilege interface
3. abstract AuthorizationSecurableObject interface
4. abstract AuthorizationPrivilegesMappingProvider interface
### Why are the changes needed?
Fix: #5665
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
CI Passed.
Describe the subtask
Gravitino authorization needs to implement translate Gravitino privilege to underlying data source privileges. we need abstract underlying data source authorization privileges to save translated results.
Parent issue
#5530
The text was updated successfully, but these errors were encountered: