From 7041283fe09ccfa5007e15e77e853f431ffc6eed Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 2 Sep 2024 15:36:28 +0200 Subject: [PATCH] Add documenation --- docs/setup/operation/configuration.md | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/setup/operation/configuration.md b/docs/setup/operation/configuration.md index e0c769202d0..cef9a7c28c6 100644 --- a/docs/setup/operation/configuration.md +++ b/docs/setup/operation/configuration.md @@ -475,6 +475,36 @@ Sources descending by priority: true Value to enable/disable version control support in Notes. + +
ZEPPELIN_OWNER_ROLE
+
zeppelin.notebook.default.owner.username
+ + Username of the Zeppelin Note Administrator + + +
ZEPPELIN_OWNER_ROLES
+
zeppelin.notebook.default.owners
+ + Comma-separated list of global note owners, which are de facto note administrators. + + +
ZEPPELIN_WRITER_ROLES
+
zeppelin.notebook.default.writers
+ + Comma-separated list of global note writers. + + +
ZEPPELIN_RUNNER_ROLES
+
zeppelin.notebook.default.runners
+ + Comma-separated list of global note runners. + + +
ZEPPELIN_READER_ROLES
+
zeppelin.notebook.default.readers
+ + Comma-separated list of global note readers. +