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:
@@ -62,6 +62,12 @@ Access Control
|
|||||||
Access controls for internally managed gitweb page views are enforced
|
Access controls for internally managed gitweb page views are enforced
|
||||||
using the standard project READ +1 permission.
|
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
|
External/Unmanaged gitweb
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user