Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different level(catalog, schema,fileset) of authentication for Hadoop catalog. #3462

Closed
Tracked by #3327
yuqi1129 opened this issue May 20, 2024 · 0 comments · Fixed by #3852
Closed
Tracked by #3327
Assignees

Comments

@yuqi1129
Copy link
Contributor

yuqi1129 commented May 20, 2024

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.

yuqi1129 added a commit that referenced this issue Jul 23, 2024
… 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants