Seems logical – I gave it a shot, but it didn’t affect the outcome. I seem to have some fundamental disconnect between my configuration & my running instance. I’m even passing the config directory as an argument:
/usr/lib/zeppelin/bin/zeppelin-daemon.sh --config /etc/zeppelin/conf start Thanks though Jaideep From: Jaideep Singh <jaideep...@gmail.com> Reply-To: "users@zeppelin.apache.org" <users@zeppelin.apache.org> Date: Friday, May 26, 2017 at 6:15 PM To: "users@zeppelin.apache.org" <users@zeppelin.apache.org> Cc: "us...@zeppelin.incubator.apache.org" <us...@zeppelin.incubator.apache.org> Subject: Re: Zeppelin 0.7.1,config file not being read Hello, I am also new to this but you can try changing > /api/version = authc,roles[admin] Thanks, Jaideep Singh On Saturday, May 27, 2017, kebarcla <kbarc...@ancestry.com<mailto:kbarc...@ancestry.com>> wrote: 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.