Re: Forbid creating new notes

2016-07-24 Thread moon soo Lee
Hi Krzysztof, It seems currently there is no easy way to disallow notebook creation for particular users or groups. If you can create an issue on our JIRA, that would be helpful. Thanks, moon On Mon, Jul 18, 2016 at 9:59 PM Krzysztof Zarzycki wrote: > Hi Vinay. Thank you for your advice. > Bu

Re: Forbid creating new notes

2016-07-18 Thread Krzysztof Zarzycki
Hi Vinay. Thank you for your advice. But the thing I'm looking is not how to limit a particular note. I would like to disallow *creation* of new notes to some users. I don't know how to do it currently. For now I can either disallow complete access to Zeppelin, or give access together with creatin

Re: Forbid creating new notes

2016-07-15 Thread Vinay Shukla
Krzysztof, Today access control is configured at the Note level & not done a-priori in the shiro.ini. You configure authentication in shiro.ini & the notebook creator can set access control by clicking the lock icon on the notebook. Thanks, Vinay On Friday, July 15, 2016, Krzysztof Zarzycki w

Forbid creating new notes

2016-07-15 Thread Krzysztof Zarzycki
Hi, I'm configuring security for Zeppelin and I would like to be able to restrict access the following way: 1. only admins are able to create new notebooks 2. everyone logged in can read notebooks. (Actually, finally this should be also limited to the group). 3. anonymous access is forbidden. I th