[
https://issues.apache.org/jira/browse/IGNITE-11094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927603#comment-16927603
]
Ryabov Dmitrii commented on IGNITE-11094:
-----------------------------------------
Apache Zookeeper supports SSL since 3.5.x version, so, to write a test we need
to update zk version (and Curator version, because it tests Zookeeper).
I added {{ZookeeperDiscoverySpiSslTest}} class and edited
{{ZookeeperDiscoverySpiTestBase}} class to test SSL connection. In the same
time, version update requires changes in some other test classes.
In {{ZookeeperDiscoveryImpl}} class I fixed a bug - with enabled custom
security, NPE happens in {{ZookeeperDiscoveryImpl.validateJoiningNode}} on spi
validation, because currently {{ATTR_SECURITY_SUBJECT_V2}} is placed into node
attrs after validation.
> Add SSL support for ignite zookeeper SPI
> ----------------------------------------
>
> Key: IGNITE-11094
> URL: https://issues.apache.org/jira/browse/IGNITE-11094
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.7
> Reporter: Sergey Kozlov
> Assignee: Ryabov Dmitrii
> Priority: Major
> Fix For: 2.8
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> ZK 3.5.4-beta is already supporting SSL [1]. We should add SSL support to ZK
> server connections if Zookeeper SPI used.
> 1.
> https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide
--
This message was sent by Atlassian Jira
(v8.3.2#803003)