-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#5665] refactor(auth): Underlying datasource authorization privilege…
… 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.
- Loading branch information
Showing
16 changed files
with
575 additions
and
572 deletions.
There are no files selected for viewing
140 changes: 58 additions & 82 deletions
140
...in/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHadoopSQLPlugin.java
Large diffs are not rendered by default.
Oops, something went wrong.
229 changes: 130 additions & 99 deletions
229
...er/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
125 changes: 0 additions & 125 deletions
125
...ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerMetadataObjects.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.