diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt index 30a6c39dd6..857a553464 100644 --- a/Documentation/access-control.txt +++ b/Documentation/access-control.txt @@ -894,11 +894,6 @@ much of the server administration burden out to more users. Below you find a list of capabilities available: -* View Connections - -* View Queue - - [[capability_administrateServer]] Administrate Server ~~~~~~~~~~~~~~~~~~~ @@ -942,7 +937,7 @@ or via the web UI. Flush Caches ~~~~~~~~~~~~ -Allow the flushing of Gerrits caches. This capability allows the granted +Allow the flushing of Gerrit's caches. This capability allows the granted group to link:cmd-flush-caches.html[flush some or all Gerrit caches via ssh]. [NOTE] @@ -1016,11 +1011,29 @@ Allow access to execute link:cmd-replicate.html[the `gerrit replicate` command]. View Caches ~~~~~~~~~~~ -Allow querying for status of Gerrits internal caches. This capability allows +Allow querying for status of Gerrit's internal caches. This capability allows the granted group to link:cmd-show-caches.html[look at some or all Gerrit caches via ssh]. +[[capability_viewConnections]] +View Connections +~~~~~~~~~~~~~~~~ + +Allow querying for status of Gerrit's current client connections. This +capability allows the granted group to +link:cmd-show-connections.html[look at Gerrit's current connections via ssh]. + + +[[capability_viewQueue]] +View Queue +~~~~~~~~~~ + +Allow querying for status of Gerrit's internal task queue. This capability +allows the granted group to +link:cmd-show-queue.html[look at the Gerrit task queue via ssh]. + + [[restart_changes]] [NOTE] Restart the Gerrit web application and reload all browsers after diff --git a/Documentation/cmd-show-connections.txt b/Documentation/cmd-show-connections.txt index 16cd5b4676..b5d41bd7b6 100644 --- a/Documentation/cmd-show-connections.txt +++ b/Documentation/cmd-show-connections.txt @@ -19,7 +19,8 @@ an activity. ACCESS ------ Caller must be a member of the privileged 'Administrators' group, -or have been granted the 'View Connections' global capability. +or have been granted +link:access-control.html#capability_viewConnections[the 'View Connections' global capability]. SCRIPTING --------- diff --git a/Documentation/cmd-show-queue.txt b/Documentation/cmd-show-queue.txt index 98a954eda6..f99e342911 100644 --- a/Documentation/cmd-show-queue.txt +++ b/Documentation/cmd-show-queue.txt @@ -29,7 +29,9 @@ the project the task is associated with. Tasks operating on other projects, or that do not have a specific project are hidden. Members of the group 'Administrators', or any group that has been -granted the 'View Queue' capability can see all queue entries. +granted +link:access-control.html#capability_viewQueue[the 'View Queue' capability] +can see all queue entries. SCRIPTING ---------