Update notebook_authorization.md

This commit is contained in:
gfalcone 2017-08-20 08:36:45 +02:00 committed by GitHub
parent 22a1eb3d45
commit 8ab4512d10

View file

@ -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)