[ https://issues.apache.org/jira/browse/APEXCORE-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008792#comment-16008792 ]
ASF GitHub Bot commented on APEXCORE-712: ----------------------------------------- GitHub user devtagare opened a pull request: https://github.com/apache/apex-core/pull/526 APEXCORE-712 custom keystore at launch You can merge this pull request into a Git repository by running: $ git pull https://github.com/devtagare/incubator-apex-core APEXCORE-712 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-core/pull/526.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #526 ---- commit 5b9c759dda9252f2066b6b6c69b87a21a1cec067 Author: devtagare <devtag...@gmail.com> Date: 2017-05-12T22:04:22Z APEXCORE-712 custom keystore at launch ---- > Support distribution of custom SSL material to the Stram node while launch > the app > ---------------------------------------------------------------------------------- > > Key: APEXCORE-712 > URL: https://issues.apache.org/jira/browse/APEXCORE-712 > Project: Apache Apex Core > Issue Type: Improvement > Reporter: Sanjay M Pujare > Assignee: devendra tagare > Original Estimate: 2h > Remaining Estimate: 2h > > This JIRA is dependent on APEXCORE-711. APEXCORE-711 talks about using a > custom SSL configuration but assumes the SSL files (ssl-server.xml and the > keystore) are already available on any cluster node so when the Stram starts > it is able to find them. There are cases where users don't want to do this > and they expect the Apex client to package these files so that they are > copied to the App master node so when Stram starts it will find them in the > expected location. > Enhance the Apex client/launcher to distribute the custom SSL files (XML and > the keystore) along with the application jars/resources so the user does not > need to pre-distribute the custom SSL files. -- This message was sent by Atlassian JIRA (v6.3.15#6346)