mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[DOCS] Add doc about zeppelin.notebook.public
This commit is contained in:
parent
75e227ebc4
commit
1cce1c6580
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ If someone who doesn't have **read** permission is trying to access the notebook
|
|||
|
||||
<center><img src="../assets/themes/zeppelin/img/docs-img/insufficient_privileges.png"></center>
|
||||
|
||||
By default when you create a new note, the owner is the user who create it. And the readers/writers is empty which means it is shared publicly. But if you don't want it to be shared by default. You can set `zeppelin.notebook.public` to be false in `zeppelin-site.xml`.
|
||||
|
||||
## How it works
|
||||
In this section, we will explain the detail about how the notebook authorization works in backend side.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue