-
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.
[#3462] improvement(hadoop-catalog): Support different level(catalog,…
… schema,fileset) of authentication for hadoop catalog. (#3852) ### What changes were proposed in this pull request? Support set authentication for schema and fileset level for Hadoop catalog. ### Why are the changes needed? The Hadoo catalog may require fine-grained access control and we can check the authentication status in the catalog, schema, or fileset level. For instance, when considering Kerberos authentication, we can authenticate filesets by catalog level, schema level, and file level, and fileset level authentication configuration has the highest priority. Fix: #3462 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? IT
- Loading branch information
Showing
19 changed files
with
930 additions
and
128 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.