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

Add support for more SASL mechanisms #151

Open
Kimahriman opened this issue Nov 3, 2024 · 1 comment
Open

Add support for more SASL mechanisms #151

Kimahriman opened this issue Nov 3, 2024 · 1 comment

Comments

@Kimahriman
Copy link
Owner

Hadoop 3.4.0 introduced a way to use SASL mechanisms other than DIGEST-MD5, which has been deprecated for a long time and does not provide good security, for token based authentication. We should try to support more of these, most specifically SCRAM based methods which provide a similar mechanism to DIGEST-MD5 but with better security.

@Kimahriman
Copy link
Owner Author

Actually this won't be a thing until Hadoop 3.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant