Keiji Yoshida created ZEPPELIN-3054:
---------------------------------------
Summary: Update conf/shiro.ini.template so that non-admin users
can restart interpreters on a notebook page
Key: ZEPPELIN-3054
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3054
Project: Zeppelin
Issue Type: Improvement
Reporter: Keiji Yoshida
Assignee: Keiji Yoshida
On the default configuration of conf/shiro.ini.template, non admin users cannot
restart interpreters on their notebook pages because the path
"/api/interpreter/setting/restart/**" is not allowed to being accessed by non
admin users.
It is convenient that any login users can restart interpreters on their
notebook pages by default, so the following line should be inserted into
conf/shiro.ini.template:
/api/interpreter/setting/restart/** = authc
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)