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

hadoop sdk: verify kerberos authenticated user #5553

Open
kyungwan-nam opened this issue Jan 13, 2025 · 1 comment
Open

hadoop sdk: verify kerberos authenticated user #5553

kyungwan-nam opened this issue Jan 13, 2025 · 1 comment
Labels
kind/feature New feature or request

Comments

@kyungwan-nam
Copy link
Contributor

What would you like to be added:

I want all file's UID to be consistent in our kerberos Hadoop cluster using mapping username/UID for all kerberos hadoop users.
Currently, The JuiceFS Hadoop SDK authenticate as the OS user if there’s no kerberos credentials. so, can use the JuiceFS as unknown user not in the mapping username/UID. It makes it difficult to ensure consistent.

Why is this needed:

I'd like to add a new property juicefs.verify-kerberos-user (default: false) for JuiceFS Hadoop SDK.
It allows only for kerberos-authenticated user If juicefs.verify-kerberos-user is true

@kyungwan-nam
Copy link
Contributor Author

kyungwan-nam commented Jan 13, 2025

Requires kerberos credentials if juicefs.verify-kerberos-user is true. there's no side effect if false(default)
Could you take a look at PR: #5554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant