mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: resolve sora's comment 3
This commit is contained in:
parent
513c6ff2c0
commit
d133dbbcc6
1 changed files with 6 additions and 6 deletions
|
|
@ -23,12 +23,12 @@ limitations under the License.
|
|||
|
||||
<div id="toc"></div>
|
||||
|
||||
This page describes about multi-user support. Zeppelin
|
||||
This page describes about multi-user support.
|
||||
|
||||
- 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 can have different contexts using [Interpreter Binding Mode](../../usage/interpreter/interpreter_binding_mode.html)
|
||||
- paragraph in a notebook can be [Personalized](../../usage/other_features/personalized_mode.html)
|
||||
- multiple users login / logout using [Shiro Authentication](../setup/security/shiro_authentication.html)
|
||||
- managing [Notebook Permission](../setup/security/notebook_authorization.html)
|
||||
- how to setup [impersonation for interpreters](../../usage/interpreter/user_impersonation.html)
|
||||
- different contexts per user / note using [Interpreter Binding Mode](../../usage/interpreter/interpreter_binding_mode.html)
|
||||
- a paragraph in a notebook can be [Personalized](../../usage/other_features/personalized_mode.html)
|
||||
- propagates changes in notebooks through websocket in real-time
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue