Skip to content

Commit 5c70491

Browse files
committed
Add documenation
1 parent 04c15df commit 5c70491

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/setup/operation/configuration.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,36 @@ Sources descending by priority:
475475
<td>true</td>
476476
<td>Value to enable/disable version control support in Notes.</td>
477477
</tr>
478+
<tr>
479+
<td><h6 class="properties">ZEPPELIN_OWNER_ROLE</h6></td>
480+
<td><h6 class="properties">zeppelin.notebook.default.owner.username</h6></td>
481+
<td></td>
482+
<td>Username of the Zeppelin Note Administrator</td>
483+
</tr>
484+
<tr>
485+
<td><h6 class="properties">ZEPPELIN_OWNER_ROLES</h6></td>
486+
<td><h6 class="properties">zeppelin.notebook.default.owners</h6></td>
487+
<td></td>
488+
<td>Comma-separated list of global note owners, which are de facto note administrators.</td>
489+
</tr>
490+
<tr>
491+
<td><h6 class="properties">ZEPPELIN_WRITER_ROLES</h6></td>
492+
<td><h6 class="properties">zeppelin.notebook.default.writers</h6></td>
493+
<td></td>
494+
<td>Comma-separated list of global note writers.</td>
495+
</tr>
496+
<tr>
497+
<td><h6 class="properties">ZEPPELIN_RUNNER_ROLES</h6></td>
498+
<td><h6 class="properties">zeppelin.notebook.default.runners</h6></td>
499+
<td></td>
500+
<td>Comma-separated list of global note runners.</td>
501+
</tr>
502+
<tr>
503+
<td><h6 class="properties">ZEPPELIN_READER_ROLES</h6></td>
504+
<td><h6 class="properties">zeppelin.notebook.default.readers</h6></td>
505+
<td></td>
506+
<td>Comma-separated list of global note readers.</td>
507+
</tr>
478508
</table>
479509

480510

0 commit comments

Comments
 (0)