mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix typo on notebook_authorization.md
This commit is contained in:
parent
8ab4512d10
commit
96bba663fd
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ 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
|
||||
By default, owners and writers have **write** permission, owners, writers and runners have **run** permission, owners, writers, runners and readers have **read** permission
|
||||
|
||||
<center><img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/insufficient_privileges.png"></center>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue