Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/681
  
    >someone can create/delete notebook
    
    Regarding this, please refer to [Notebook Authorization 
setting](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/notebook_authorization.html)
 document.
    
    >someone can not see the interpreter page
    
    Regarding this one, please see [Shiro authentication#Secure your Zeppelin 
information](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html#secure-your-zeppelin-information-optional)
 section. 
    
    I attached related docs links what you wondered. But please note that the 
docs link is for `0.7.0-SNAPSHOT` ver. If you're using `0.6.0` version, 
regarding `someone can not see the interpreter page`, you might need to add the 
below lines manually to `conf/shiro.ini`.
    
    ```
    /api/interpreter/** = authc, roles[admin]
    /api/configurations/** = authc, roles[admin]
    /api/credential/** = authc, roles[admin]
    ``` 
    
    Hope this helps :)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to