blob: 8630157cd8168b7bc957f2ab1a4e3d3188bf010b [file] [log] [blame]
Zack Williams7f87d3e2020-06-05 12:36:39 -07001Crowd-Gerrit Group Sync (cggs)
2------------------------------
3
4This script synchronizes a Crowd group to a Gerrit group.
5
6The Crowd Group is the source of truth.
7
8Matching between these is done based on the email address listed in Crowd.
9
10In the future, checking that the ``external.id`` in Gerrit is the same as the
11Crowd ``name`` parameter per the CrowdID login may be implmented, but the API
12permissions required to make this work in Gerrit aren't supported in the Gerrit
132.14 we're currently using.
14
15Setup
16'''''
17
18Copy the ``settings_example.json`` to ``settings.json``, and add suitable
19credentials.