Re: admin account in zeppelin

2016-06-21 Thread Chen Song
Thanks Rohit Are you using LDAP? With LDAP enabled, it doesn't look like configuration users are honored at all. Chen On Tue, Jun 21, 2016 at 6:38 PM, rohit choudhary wrote: > Chen, > > One configuration that worked for us is as follows. The key to remember > here is that the format for defini

Re: admin account in zeppelin

2016-06-21 Thread Chen Song
I followed the instructions in https://github.com/apache/zeppelin/pull/625. Chen On Tue, Jun 21, 2016 at 6:25 PM, Benjamin Kim wrote: > Chen, > > If you don’t mind, how did you integrate LDAP with Zeppelin. As far as I > know, Shiro was a manual way to setup users and security. > > Thanks, > Be

Re: admin account in zeppelin

2016-06-21 Thread rohit choudhary
Chen, One configuration that worked for us is as follows. The key to remember here is that the format for defining users is as follows: *[users]* *username = password, role1, role2, role3* Thanks, Rohit. [users] admin = password1 user1 = password2, role1, role2 user2 = password3, role3 user3 =

Re: admin account in zeppelin

2016-06-21 Thread Benjamin Kim
Chen, If you don’t mind, how did you integrate LDAP with Zeppelin. As far as I know, Shiro was a manual way to setup users and security. Thanks, Ben > On Jun 21, 2016, at 2:44 PM, Chen Song wrote: > > I am new to Zeppelin and have successfully set up LDAP authentication on > zeppelin. > > I

admin account in zeppelin

2016-06-21 Thread Chen Song
I am new to Zeppelin and have successfully set up LDAP authentication on zeppelin. I also want to restrict write access to interpreters, credentials and configurations to only admin users. I added the configurations as per https://github.com/apache/zeppelin/pull/993 and it does hide edit access f