Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2750][WEB UI]Add Https support for Web UI - #5664
Conversation
SparkQA
commented
Apr 23, 2015
Test build #30839 has finished for PR 5664 at commit
|
fef5003 to
d80f7e9CompareSparkQA
commented
Apr 23, 2015
Test build #30841 has finished for PR 5664 at commit
|
SparkQA
commented
May 4, 2015
Test build #31749 has finished for PR 5664 at commit
|
WangTaoTheTonic
commented
May 4, 2015
@vanzin After taking some look at the docs and codes, I rename the configs to @jacek-lewandowski Could you help to review yet? |
SparkQA
commented
May 5, 2015
Test build #31824 has finished for PR 5664 at commit
|
WangTaoTheTonic
commented
May 5, 2015
Jenkins, retest this please. |
WangTaoTheTonic
commented
May 5, 2015
@vanzin Not sure if we should modify |
SparkQA
commented
May 5, 2015
Test build #31831 has finished for PR 5664 at commit
|
vanzin
commented
May 5, 2015
I'm not really familiar with Akka's SSL configuration, don't even know if they support those options. But if not modifying it, you should mention in the docs that the options don't apply to Akka. |
WangTaoTheTonic
commented
May 6, 2015
@CodingCat@jacek-lewandowski We add some configs for @pwendell@andrewor14@srowen Do you know anybody else who is familiar with Akka'\s SSL configurations? |
andrewor14
commented
Sep 2, 2015
@vanzin@JoshRosen is this already resolved by #3571? |
vanzin
commented
Sep 2, 2015
I don't think so; from what I remember, that PR only added SSL to the HTTP server that serves jars and files to executors, not to the server that serves the UI. |
jacek-lewandowski
commented
Sep 2, 2015
@vanzin@andrewor14 I may take a look at this and finish or create a separate pr with my approach if you like. |
steveloughran
commented
Sep 10, 2015
I'm not sure that YARN likes custom SSL certificates at all. Even if you do set up the RM proxy up for them, there's the issue that as they are host-wide, so every web/REST endpoint on the host can/should use the same certificate. That said, there's probably no explicit reason why the RM Proxy doesn't handle SSL except it's not been done —that'd be the place to add the code. Note of course that web/REST clients of AM web pages redirected via the Am filter will have their communications direct with that RM proxy, using SPNEGO and any https support of the AM proxy; you can lock down the long-haul bit of the communications without adding HTTPS. It's the in-cluster TCP connections that HTTPS -in-AM would address |
jacek-lewandowski
commented
Oct 29, 2015
@WangTaoTheTonic can you rebase and squash? |
WangTaoTheTonic
commented
Oct 30, 2015
@jacek-lewandowski Okay I will rebase this in a week or so. |
jacek-lewandowski
commented
Oct 30, 2015
@WangTaoTheTonic if you don't have time, would you mind if i take your commits, rebase, squash them and add few changes? |
WangTaoTheTonic
commented
Oct 31, 2015
@jacek-lewandowski Sure. I'm glad for this. |
andrewor14
commented
Nov 10, 2015
@WangTaoTheTonic would you mind closing this patch for now? We can always re-open it later if there is interest or if @jacek-lewandowski takes over. |
jacek-lewandowski
commented
Nov 12, 2015
I rebased this pr on the current master with a little pain 😄 |
WangTaoTheTonic
commented
Nov 13, 2015
ok once jacky raise the PR, I will close this one. |
pritpalm
commented
Dec 15, 2016
I want to enable https on spark UI. I added following config to spark-defaults.config, but when we access spark ui via https::/:8080 or https://:443 or https://:8480, it's not able to connect. spark.ui.https.enabled true |
Based on #1980, as @scwf is busy doing sql stuff, I will finish this patch.