Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/3571#issuecomment-70706882
> private[spark] val sslUIOptions = SSLOptions.parse(sparkConf,
"spark.ui.ssl")
In a previous version of the patch, we talked about how to have namespaced
options and also a fallback "global" config. That seems more flexible (e.g.,
`spark.ssl.enabled = true` would apply also for the UI, and you could use
`spark.ssl.ui.enabled = false` to disable SSL only for the UI).
From what I remember from my last read, that is not possible with the
current code, right? You'd need to explicitly set both the global and the
`spark.ui.ssl.*` options to be able to enable SSL for both.
---
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]