Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
HADOOP-18709 added support for Zookeeper to communicate with SSL/TLS enabled in hadoop-common. With those changes we have the necessary parameters, that we need to set to enable SSL/TLS in a ZK Client.
In YARN-11468 the SSL communication can be set in Yarn, now we need to similar changes in HDFS to enable it correctly. In HDFS ZK Client is used in the Failover Controller. In this improvement we need to create the ZK client with the necessary SSL configs if we enable it, which we can track under a new HDFS config.
Attachments
Issue Links
- is related to
-
HADOOP-18956 Zookeeper SSL/TLS support in ZKDelegationTokenSecretManager and ZKSignerSecretProvider
- Resolved
- links to