Merge "Documentation: enhance attention set / Service Users" into stable-3.3

This commit is contained in:
Antoine Musso
2021-01-28 16:02:18 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 2 deletions

View File

@@ -115,8 +115,9 @@ the 'Administrate Server' capability from it, its members are no longer
Gerrit administrators, despite the group name. The group may also be
renamed.
anchor:non-interactive_users[]
[[non-interactive_users]]
[[service_users]]
=== Service Users
This is the Gerrit "batch" identity. The capabilities
@@ -135,6 +136,7 @@ made by the service users from the ones made by the interactive
users. This ensures that the interactive users can keep working when
resources are tight.
Before Gerrit 3.3, the 'Service Users' group was named 'Non-Interactive Users'.
== Account Groups

View File

@@ -160,10 +160,14 @@ The Attention Set has been available since the 3.3 release (late 2020). It
is enabled by default, but you can disable it by setting
link:config-gerrit.html#change.enableAttentionSet[enableAttentionSet] to false.
As part of Gerrit 3.3 upgrade, the user group "Non-Interactive Users" is
renamed "Service Users". For a new installation, the group is automatically
created upon initialization.
=== Important note for all host owners, project owners, and bot owners
If you are a host/project owner, please make sure all bots that run against your
host/project are part of the "Service Users" group.
host/project are part of the link:access-control.html#service_users[Service Users] group.
If you are a bot owner, please make sure your bot is part of the "Service Users"
group on all hosts it runs on.