Hi Moon, Thanks for the reply. Yes, I tried cleaning the cache, and I also get the same result in Chrome incognito mode.
I wonder is there some option that I need to add as part of the maven build process to enable auth? I just built zeppelin with the defaults and then followed the instructions for enabling authentication in the shiro.ini and zeppelin-site.xml config files. Thanks, Peter > On 17 Mar 2016, at 23:03, moon soo Lee <m...@apache.org> wrote: > > Hi Peter, > > Thanks sharing the problem. That seems unusual. Have you tried clean browser > cache? > > Thanks, > moon > > On Tue, Mar 15, 2016 at 3:48 PM Peter Briggs <peter.bri...@heystaks.com > <mailto:peter.bri...@heystaks.com>> wrote: > Hi, > > I am having trouble getting the Shiro user authentication to work for > Zeppelin - the issue is that when I open the Zeppelin home page in browser, > the login dialog does not appear as expected. I’ve tested in Chrome and > Safari, which the same results. > > I downloaded the latest 0.6.0-incubating-SNAPSHOT, and followed the config > instructions here: > https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/manual/shiroauthentication.html > > <https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/manual/shiroauthentication.html> > > > The config setting that disables anonymous access seems to work ok though, as > I can’t access any notebooks on the site when I apply those settings. The > DEBUG logs seem to confirm that the shiro.ini file has been found and used > for configuration. And the logs also show that my requests to the site are > considered anonymous, which is to be expected given I haven’t logged in yet. > > Anyone have any ideas where I might be going wrong? > > Thanks, > Peter