Gerrit Authentication: How to Disable Anonymous User

How can I prevent an anonymous user from viewing my actions in a project in gerrit. I have enough googled, but cannot find the exact files called the access control list for the project.

+4
source share
1 answer

If you want to prevent anonymous users from viewing / reading / searching for all changes in a specific project, you just need to remove Read permission for anonymous users of the project.

To allow changing permissions, you must be either the Administrator or the owner of this project.

To prevent anonymous browsing, follow these steps:

  • "" > ""
  • ( All-Projects, ( ))
  • "" "" .
  • From * Reference: refs/** Read ALLOW X .
+10

All Articles