Hello,

I'm running Zep 0.7.1 on the new EMR 5.5 on AWS: I have all the usual big
data tools deployed. I'd like to set up users to access the cluster. 

In following the steps documented in 'Apache Shiro authentication for Apache
Zeppelin' I'm finding that my changes to conf/shiro.ini or zeppelin-site.xml
on the master node seem to be ignored: I don't see them under
'Configuration' on the user drop-down.

After restarting Zeppelin server, I'm still automatically logged in as
'anonymous.' 
How does one log out, and log back in as another user?
How to get Zeppelin server to recognize config file changes?

Thanks for any pointers,
Ken

# shiro.ini changes:

< newuser = Password!, admin
< #/api/version = anon
< /api/interpreter/** = authc, roles[admin]
< /api/configurations/** = authc, roles[admin]
< /api/credential/** = authc, roles[admin]
---
> /api/version = anon
> #/api/interpreter/** = authc, roles[admin]
> #/api/configurations/** = authc, roles[admin]
> #/api/credential/** = authc, roles[admin]



--
View this message in context: 
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Zeppelin-0-7-1-config-file-not-being-read-tp5695.html
Sent from the Apache Zeppelin Users (incubating) mailing list mailing list 
archive at Nabble.com.

Reply via email to