Hi Peter, we at NFLabs did something like what you describe last year for a few on-prem customers and even open sourced our reverse proxy solution for that, calling it "Z-Manager multitenancy" [1]. We also talked about it at ApachCon EU 2015 in Budapest [2].
It was done before Shiro auth implementation in Z, so it supposed to have auth basic and ZeppelinHub support only. Its not polished or an actively maintened project right now as company's shifted focus from on-prem to cloud solutions. Check it out and let us know what you think! As z-mamager is not an Apache project, please feel free to take further questions (in case of any) to a private discussion and reach anybody @nflabs like me or Moon or anyone else in person. Hope this helps and looking forward other solutions people use to solve this problem these days! 1. https://github.com/NFLabs/z-manager/blob/master/README.md#multi-tenancy 2. http://events.linuxfoundation.org/sites/events/files/slides/Zeppelin-AppacheCon_final.pdf -- Alex On Fri, Dec 2, 2016, 05:04 Peter McCaffrey <pmccaffr...@gmail.com> wrote: Hey Everyone, I've been using Zeppelin for about 7 months now and I'm a huge fan. We've been using zeppelin in docker for a while but now we want to scale this out to span several docker containers behind our reverse proxy with session clustering between them. From the Shiro docs it looks like setting this up is certainly possible as far as Shiro is concerned but I wanted to know if anyone has done this sort of thing with Zeppelin and whether Zeppelin can support this? Sincerely, -Peter