Rclone connection with kerberos enabled HDFS

Hello Team,

Can Rclone connect to Kerberos auth enabled HDFS?
I just checked the HDFS remote creation part and it asks for only 'service_principal_name',
so how it will know which KDC server to connect and what is key/password for this principal etc?

Could you please help me with the details on this?

Thanks in advance,
Mahendra

I know very little about this, alas, but I know the HDFS backend has been used with Kerberos auth succesfully.

This is what is says in the docs. I assume that that the service principal deals with which KDC server to connect with but that is just a guess.

--hdfs-service-principal-name

Kerberos service principal name for the namenode.

Enables KERBEROS authentication. Specifies the Service Principal Name (SERVICE/FQDN) for the namenode. E.g. "hdfs/namenode.hadoop.docker" for namenode running as service 'hdfs' with FQDN 'namenode.hadoop.docker'.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.