Access control documentation: Capability view conn. & queue

Finalizing the capabilities section with the view connections and
view queue capabilities.

Corrects a few possessive apostrophes in other sections.

Change-Id: If5703eab934cf9b5b0d29e06c0e56f4557f05e8e
Signed-off-by: Fredrik Luthander <fredrik.luthander@sonymobile.com>
This commit is contained in:
Fredrik Luthander
2012-03-21 18:17:17 +01:00
committed by Gustaf Lundh
parent 040834ffc4
commit 4860300696
3 changed files with 25 additions and 9 deletions

View File

@@ -894,11 +894,6 @@ much of the server administration burden out to more users.
Below you find a list of capabilities available: Below you find a list of capabilities available:
* View Connections
* View Queue
[[capability_administrateServer]] [[capability_administrateServer]]
Administrate Server Administrate Server
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
@@ -942,7 +937,7 @@ or via the web UI.
Flush Caches 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]. group to link:cmd-flush-caches.html[flush some or all Gerrit caches via ssh].
[NOTE] [NOTE]
@@ -1016,11 +1011,29 @@ Allow access to execute link:cmd-replicate.html[the `gerrit replicate` command].
View Caches 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 the granted group to
link:cmd-show-caches.html[look at some or all Gerrit caches via ssh]. 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]] [[restart_changes]]
[NOTE] [NOTE]
Restart the Gerrit web application and reload all browsers after Restart the Gerrit web application and reload all browsers after

View File

@@ -19,7 +19,8 @@ an activity.
ACCESS ACCESS
------ ------
Caller must be a member of the privileged 'Administrators' group, 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 SCRIPTING
--------- ---------

View File

@@ -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. projects, or that do not have a specific project are hidden.
Members of the group 'Administrators', or any group that has been 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 SCRIPTING
--------- ---------