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:
Shawn O. Pearce
2009-08-05 20:11:22 -07:00
parent 4dba988df1
commit d7c026dce6
11 changed files with 49 additions and 197 deletions

View File

@@ -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
~~~~~~~~~~~~