From 0d8e67f04ecb963f8f8f4c92b270e26683fecb18 Mon Sep 17 00:00:00 2001 From: Jens Scheffler Date: Thu, 5 Feb 2026 21:55:08 +0100 Subject: [PATCH] Clarification on Edge UI Plugin roles and permissions --- providers/edge3/docs/ui_plugin.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/providers/edge3/docs/ui_plugin.rst b/providers/edge3/docs/ui_plugin.rst index bbf621e4599a8..641ce4661757c 100644 --- a/providers/edge3/docs/ui_plugin.rst +++ b/providers/edge3/docs/ui_plugin.rst @@ -59,5 +59,9 @@ Via the UI you can also set the status of the worker to "Maintenance" or "Active The status and maintenance comments will also be shown in the web UI in the "Admin" - "Edge Worker" page. +To be able to use the UI plugin you need to be in role "Admin" or "Op" or have the individual permissions +"can read on Plugins" and "can read on Jobs" assigned. With these permissions you can view the UI and also +configure the remote workers. + Note that maintenance mode can also be adjusted via CLI. See :ref:`deployment:maintenance` for more details.