From ae37e2affd1e78e29e462ff21833b3ccb001da9c Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 6 Jul 2012 15:57:55 -0500 Subject: [PATCH] Restrict replication to github. We should only replicate to github things that people can see anyway. Change-Id: I3a1aa93cc805d64a1c04ea963df54223c06f5837 --- modules/gerrit/files/replication.config | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gerrit/files/replication.config b/modules/gerrit/files/replication.config index 33786eaddc..a56b571756 100644 --- a/modules/gerrit/files/replication.config +++ b/modules/gerrit/files/replication.config @@ -3,6 +3,7 @@ [remote "github"] url = git@github.com:${name}.git +authGroup = Registered Users [remote "local"] url = file:///var/lib/git/${name}.git