diff --git a/docs/setup/operation/configuration.md b/docs/setup/operation/configuration.md
index a2184314d20..3c725873b27 100644
--- a/docs/setup/operation/configuration.md
+++ b/docs/setup/operation/configuration.md
@@ -481,6 +481,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. |
+