All right, I think we need to seriously consider this problem right now:
There's seemingly no way to disable required-login in the conf files. We need people to be allowed into our code review system, and right now, they need to either have a Google account (nasty) or ask someone on the machine for a login (slow). That's pretty much the state of things for *committing* right now, in Gerrit, but people should be able to see changesets and the discussions thereof without logging in.
I tried setting "policy.allow-public" to true, but that did nothing obvious. The docs in default.conf say something about "setting objects to be publicly accessible", but there are no extra configuration settings in the policy group, and no mention of "public" in either the docs or the default.conf example.
Can anyone help me figure this one out?