Re: Enhancement to support custom SSL configuration

2017-04-21 Thread Aniruddha Thombare
+1 for custom keystore support. Thanks, Aniruddha _ Always finding your faults, just like your Mom! #QA On Fri, Apr 21, 2017 at 12:47 PM, Sanjay Pujare wrote: > Regarding distributing the SSL files by us, I agree it is not

Re: Enhancement to support custom SSL configuration

2017-04-21 Thread Priyanka Gugale
+1 for this support, it's important to let users use their own own keystore files. Is it okay to distribute files inside our package along with jar/resources, are there any security restrictions? Or we should use other medium like HDFS or other shared file system to host these key files?

Enhancement to support custom SSL configuration

2017-04-21 Thread Sanjay Pujare
Currently StrAM supports only the default Hadoop SSL configuration because it uses org.apache.hadoop.yarn.webapp.WebApps helper class which has the limitation of only using the default Hadoop SSL config that is read from Hadoop's ssl-server.xml resource file. Some users have run into a situation