Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/5664#discussion_r29607953
--- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala ---
@@ -241,9 +241,11 @@ private[spark] class SecurityManager(sparkConf:
SparkConf)
// configuration at a specified namespace. The namespace *must* start
with spark.ssl.
val fileServerSSLOptions = SSLOptions.parse(sparkConf, "spark.ssl.fs",
Some(defaultSSLOptions))
val akkaSSLOptions = SSLOptions.parse(sparkConf, "spark.ssl.akka",
Some(defaultSSLOptions))
+ val webUISSLOptions = SSLOptions.parse(sparkConf, "spark.ssl.ui",
Some(defaultSSLOptions))
logDebug(s"SSLConfiguration for file server: $fileServerSSLOptions")
logDebug(s"SSLConfiguration for Akka: $akkaSSLOptions")
+ logDebug(s"SSLConfiguration for Akka: $webUISSLOptions")
--- End diff --
Akka?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]