mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for?
On page Setup > Multi-user Support http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/basics/multi_user_support.html
there are two urls:
* Shiro Authentication - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/setup/security/shiro_authentication.html
* Notebook Permission - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/setup/security/notebook_authorization.html
Need to remove one of the "setup"
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[ZEPPELIN-3553](https://issues.apache.org/jira/browse/ZEPPELIN-3553)
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
Author: mebelousov <mebelousov@ya.ru>
Closes #3035 from mebelousov/ZEPPELIN-3553 and squashes the following commits:
100a2af06 [mebelousov] ZEPPELIN-3553 Fix URLs for "Notebook Permission" and "Shiro Authentication"
1.3 KiB
1.3 KiB
| layout | title | description | group |
|---|---|---|---|
| page | Multi-user Support | setup/basics |
{% include JB/setup %}
Multi-user Support
This page describes about multi-user support.
- multiple users login / logout using Shiro Authentication
- managing Notebook Permission
- how to setup impersonation for interpreters
- different contexts per user / note using Interpreter Binding Mode
- a paragraph in a notebook can be Personalized
- propagates changes in notebooks through websocket in real-time