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

Control Zeppelin Jobmanager page via shiro.ini ?

2019-12-16 Thread meilforme
Hi Zeppelin Team, due to data privacy reason I need to disable the “Job” page within Zeppelin which allows to see what/when other users executing which paragraphs…. Basically the page which you will reach when accessing the URL https://MY-Zeppelin.com:9995/#/jobmanager I thought initially its