[
https://issues.apache.org/jira/browse/STORM-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484200#comment-14484200
]
ASF GitHub Bot commented on STORM-721:
--------------------------------------
Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/479#discussion_r27926686
--- Diff: storm-core/src/clj/backtype/storm/daemon/drpc.clj ---
@@ -225,7 +225,13 @@
https-port (int (conf DRPC-HTTPS-PORT))
https-ks-path (conf DRPC-HTTPS-KEYSTORE-PATH)
https-ks-password (conf DRPC-HTTPS-KEYSTORE-PASSWORD)
- https-ks-type (conf DRPC-HTTPS-KEYSTORE-TYPE)]
+ https-ks-type (conf DRPC-HTTPS-KEYSTORE-TYPE)
+ https-key-password (conf DRPC-HTTPS-KEY-PASSWORD)
+ https-ts-path (conf DRPC-HTTPS-TRUSTSTORE-PATH)
+ https-ts-password (conf DRPC-HTTPS-TRUSTSTORE-PASSWORD)
+ https-ts-type (conf DRPC-HTTPS-TRUSTSTORE-TYPE)
+ https-want-client-auth (conf DRPC-HTTPS-WANT-CLIENT-AUTH)
--- End diff --
the documentation for DRPC-HTTPS-WANT-CLIENT-AUTH and
DRPC-HTTPS-NEED-CLIENT-AUTH is missing from SECURITY.md.
> Storm UI server should support SSL
> ----------------------------------
>
> Key: STORM-721
> URL: https://issues.apache.org/jira/browse/STORM-721
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Sriharsha Chintalapani
> Assignee: Sriharsha Chintalapani
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)