docs: Add multi_user_support.md

This commit is contained in:
1ambda 2017-05-29 13:38:22 +09:00
parent 34095775e1
commit 8a5c1e7218

View file

@ -23,7 +23,12 @@ limitations under the License.
<div id="toc"></div>
Welcome to Apache Zeppelin! On this page are instructions to help you get started.
This page describes about multi-user support. Zeppelin
## Requirements
- allows multiple users login / logout using [Shiro Authentication](../setup/security/shiro_authentication.html)
- can manage [Notebook Permission](../setup/security/notebook_authorization.html)
- provides [impersonation via interpreters](../../usage/interpreter/user_impersonation.html)
- interpreters have different contexts using [Interpreter Modes]()
- paragraph in a notebook can be [Personalized]()
- propagates changes in notebooks through websocket in real-time