Re: restrict interpreters to users

2019-11-19 Thread iamabug
: Wednesday, November 20, 2019 11:37 AM To:users@zeppelin.apache.org Subject: RE: restrict interpreters to users Unfortunately, zeppelin will throw an exception if I change the [user] section in shiro configuration. I guess this is because I am using AD integration hence local users

RE: restrict interpreters to users

2019-11-19 Thread Manuel Sopena Ballesteros
Rather than exception, I get an HTTP ERROR 503 when I hardcode a user in shiro config [cid:image002.png@01D59F98.6B7039E0] Manuel From: Manuel Sopena Ballesteros Sent: Wednesday, November 20, 2019 11:37 AM To: users@zeppelin.apache.org Subject: RE: restrict interpreters to users Unfortunately

RE: restrict interpreters to users

2019-11-19 Thread Manuel Sopena Ballesteros
To: users@zeppelin.apache.org Subject: Re: restrict interpreters to users I think you misconfigure [roles] paragraph and [users] paragraph. Suppose you want mansop to be an admin and alice to be a plain user without access to `interpreter` menu, you can try this: [users] mansop

Re: restrict interpreters to users

2019-11-18 Thread iamabug
I think you misconfigure [roles] paragraph and [users] paragraph. Suppose you want mansop to be an admin and alice to be a plain user without access to `interpreter` menu, you can try this: [users] mansop = password_for_mansop, admin alice = password_for_alice [roles] role1 = * role2 = *

restrict interpreters to users

2019-11-18 Thread Manuel Sopena Ballesteros
Dear Zeppelin community, By default interpreters configuration can be changed by any user. Is there a way to avoid this? I would like to hide some interpreters so people can't change them. Thank you very much Manuel Sopena Ballesteros Big Data Engineer | Kinghorn Centre for Clinical Genomics