Add some info to gitweb access control docs.

In order for a user to be allowed to view any gitweb information about a
repository, they must have read access to all references. Now this fact
is documented.

Change-Id: I8bb738678af89599318bbe114e35b2a63fc09f6f
This commit is contained in:
Warren Turkal
2013-12-11 15:56:53 -08:00
parent d367fe158e
commit f8101aaac4

View File

@@ -62,6 +62,12 @@ Access Control
Access controls for internally managed gitweb page views are enforced
using the standard project READ +1 permission.
Also, in order for a user to be able to view any gitweb information for a
project, the user must be able to read all referencess (including
refs/meta/config, refs/meta/dashboards/*, etc.). If you have exclusive read
permissions for any references, make sure to include all parties that should be
able to read the gitweb info for any of the branches in that project.
External/Unmanaged gitweb
~~~~~~~~~~~~~~~~~~~~~~~~~