Kimahriman / hdfs-native

Apache License 2.0
32 stars 12 forks source link

Add support for more SASL mechanisms #151

Open Kimahriman opened 2 weeks ago

Kimahriman commented 2 weeks ago

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 commented 2 weeks ago

Actually this won't be a thing until Hadoop 3.5.0