-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STORM-4075 Supprt mTLS between Storm and ZK #3692
Conversation
storm-client/test/jvm/org/apache/storm/utils/CuratorUtilsTest.java
Outdated
Show resolved
Hide resolved
I successfully tested this setup locally with ZooKeeper (ZK) running with mTLS enabled. ZooKeeper Configuration
Storm Configuration
When ZK SSL is enabled, and storm.zookeeper.ssl.enable: false
When ZK SSL is enabled, and storm.zookeeper.ssl.enable: true, and all other settings are configured correctly.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. We need to update the documents too https://storm.apache.org/releases/current/SECURITY
Thanks, @snikhil5 will update the doc as part of https://issues.apache.org/jira/browse/STORM-4079 |
What is the purpose of the change
(Explain why we should have this change)
How was the change tested
(Explain what tests did you do to verify the code change)