[ https://issues.apache.org/jira/browse/APEXCORE-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052397#comment-16052397 ]
ASF GitHub Bot commented on APEXCORE-712: ----------------------------------------- GitHub user sanjaypujare opened a pull request: https://github.com/apache/apex-core/pull/547 APEXCORE-712 custom keystore at launch. This closes #526 @PramodSSImmaneni @devtagare pls review and merge You can merge this pull request into a Git repository by running: $ git pull https://github.com/sanjaypujare/apex-core APEXCORE-712.sanjay1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-core/pull/547.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 #547 ---- commit ccdad2f924dc6b255945383de28e68b45a2de484 Author: devtagare <devtag...@gmail.com> Date: 2017-05-12T22:04:22Z APEXCORE-712 custom keystore at launch. This closes #526 commit f1bc35c06c87b64423820265e71f32cdced79cfd Author: Sanjay Pujare <sanjaypuj...@users.noreply.github.com> Date: 2017-06-16T07:55:22Z incorporate comments ---- > 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.4.14#64029)