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