Re: error restarting interpreter if shiro [url] /api/interpreter/** = authc is commented

2020-04-29 Thread Manuel Sopena Ballesteros
thank you this works like a charm! From: meilfo...@gmx.net Sent: Wednesday, 29 April 2020 4:14:41 PM To: users@zeppelin.apache.org Cc: users Subject: Aw: error restarting interpreter if shiro [url] /api/interpreter/** = authc is commented Hi, try this: #Will

Re: [ANNOUNCE] Welcome Yadong Xie, Hsuan Lee as New Committer

2020-04-29 Thread moon soo Lee
Excited to see great work with new UI. Welcome Yadong Xie, Hsuan Lee. On Wed, Apr 29, 2020 at 7:03 AM Jeff Zhang wrote: > The Project Management Committee (PMC) for Apache Zeppelin > has invited Yadong Xie and Hsuan Lee to become a committer and we are very > pleased > to announce that they

[ANNOUNCE] Welcome Yadong Xie, Hsuan Lee as New Committer

2020-04-29 Thread Jeff Zhang
The Project Management Committee (PMC) for Apache Zeppelin has invited Yadong Xie and Hsuan Lee to become a committer and we are very pleased to announce that they have accepted. We greatly appreciate all of Yadong Xie and Hsuan Lee's hard work and generous contributions to the project,

Aw: error restarting interpreter if shiro [url] /api/interpreter/** = authc is commented

2020-04-29 Thread meilforme
  Hi,   try this:   #Will allow all authenticated user to restart Interpreters /api/interpreter/setting/restart/** = authc #Will only allow the role "admin" to access/change Interpreter settings /api/interpreter/** = authc, roles[admin]     Also change Interpreter mode to perUser