[
https://issues.apache.org/jira/browse/ZOOKEEPER-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323695#comment-14323695
]
Hongchao Deng commented on ZOOKEEPER-2094:
------------------------------------------
Good suggestion.
bq. 1. Document SSL feature on Netty
Do you mean Netty client? I will do it tomorrow in another JIRA.
Regarding the rest, I am sharing my understanding of the dependencies of code:
- Client (3) and Server (4) should be done together so that we can have unit
test
- Server ssl init requires (2)
- Testing requires (6) to easily test server setup.
(5) is the separate from others and untested. But with the ZooKeeperServerMain
changes we can apply the patch and test it in real deployment (quite
important!).
My concern is if we break it up (like Client and Server), how can we do
testing? Docs'd better sit in separate JIRA.
> SSL feature on Netty
> --------------------
>
> Key: ZOOKEEPER-2094
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2094
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: server
> Affects Versions: 3.4.6, 3.5.0
> Reporter: Ian Dimayuga
> Assignee: Ian Dimayuga
> Fix For: 3.5.1, 3.6.0
>
> Attachments: ZOOKEEPER-2094-git-apply.patch, ZOOKEEPER-2094.patch,
> ZOOKEEPER-2094.patch, ZOOKEEPER-2094.patch, ZOOKEEPER-2094.patch,
> ZOOKEEPER-2094.patch, ZOOKEEPER-2094.patch, ZOOKEEPER-2094.patch,
> ZOOKEEPER-2094.patch, ZOOKEEPER-2094.patch, ZOOKEEPER-2094.patch,
> ZOOKEEPER-2094.patch, ZOOKEEPER-2094.patch, test.cert, testKeyStore.jks,
> testTrustStore.jks, testUntrustedKeyStore.jks
>
>
> Add SSL handler to Netty pipeline, and a default X509AuthenticationProvider
> to perform authentication.
> Review board:
> https://reviews.apache.org/r/30753/diff/#
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)