Move trusted_external_ids to auth.trustedOpenID
Instead of storing this list in the database, we now store it in the gerrit.config as it applies more to the server instance than it does to the metadata database. This follows with the general pattern to push as much of the configuration out of the database and into the local gerrit.config file as possible. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -138,7 +138,7 @@ If the Gerrit instance is configured to use OpenID authentication,
|
||||
an account's effective group membership will be restricted to only
|
||||
the `Anonymous Users` and `Registered Users` groups, unless *all*
|
||||
of its OpenID identities match one or more of the patterns listed
|
||||
in the `trusted_external_ids` table.
|
||||
in the `auth.trustedOpenID` list from `gerrit.config`.
|
||||
|
||||
All Projects
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user