You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Maxim Belousov (JIRA)" <ji...@apache.org> on 2018/09/05 06:28:00 UTC

[jira] [Created] (ZEPPELIN-3766) Configure access for Helium in multi-user enviroment

Maxim Belousov created ZEPPELIN-3766:
----------------------------------------

             Summary: Configure access for Helium in multi-user enviroment
                 Key: ZEPPELIN-3766
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3766
             Project: Zeppelin
          Issue Type: Wish
          Components: conf
    Affects Versions: 0.8.0, 0.9.0
            Reporter: Maxim Belousov


By default, all users have access to Helium page and can enable/disable any package.
The next configuration is shiro.ini allows user to work with Helium packages bun doesn't allow to disable/enable packages.
Small detail: user could change the order of packages due to "/api/helium/order/visualization".

{code:java}
/api/helium/enabledPackage = authc
/api/helium/order/visualization = authc
/api/helium/spell/config/** = authc
/api/helium/bundle/load/** = authc
/api/helium/** = authc, roles[admin]
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)