mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update notebook_authorization.md
This commit is contained in:
parent
22a1eb3d45
commit
8ab4512d10
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ If the form is empty (*), it means that any users can perform that operation.
|
|||
If someone who doesn't have **read** permission is trying to access the notebook or someone who doesn't have **write** permission is trying to edit the notebook,
|
||||
or someone who doesn't have **run** permission is trying to run a paragraph Zeppelin will ask to login or block the user.
|
||||
|
||||
By default, owners and writers have **write** permissions, owners, writers and runners have **run** permissions, owners, writers, runners and readers have read permission
|
||||
|
||||
<center><img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/insufficient_privileges.png"></center>
|
||||
|
||||
## Separate notebook workspaces (public vs. private)
|
||||
|
|
|
|||
Loading…
Reference in a new issue