You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Michael Segel <ms...@hotmail.com> on 2017/09/29 11:33:59 UTC

Design and Setup consideration?

Ok… so I have Nginx set up as a proxy in front of Zeppelin. 

With nginx I have to enter my username and password that I set up with htpasswd.  
Then I’m seeing my Zeppelin where I have shiro still implemented. (So I can have multiple users rather everyone running as anonymous.) 

This may be a silly question… 

Right now I have to log in twice. 

Can I set it up so that I get SSL and I don’t need to log in to nginx and just rely on Zepplin’s shiro.ini ? 
Or should I just keep it so I have to login twice? 

What makes the most sense? 

Thx

-Mike