summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Luthander <fredrik.luthander@sonymobile.com>2012-03-22 18:10:42 +0100
committerGustaf Lundh <gustaf.lundh@sonymobile.com>2012-03-29 17:36:35 +0200
commit7030557f9b124ce944833b08d994c21f20541aa7 (patch)
tree829c5057e48bb0aa6bd67e29f9923a7db0f3d4d7
parent04e328c27a2240d79c7f1db9d57a9a546f6f7120 (diff)
Access control documentation: Project owner example role
The project owner role is like an integrator but with added destructive powers for cleaning purposes. Optionally they can also configure access rights in gits. Change-Id: Ida85b2e074adefb71e085d22405aa0ce8a49eb10 Signed-off-by: Fredrik Luthander <fredrik.luthander@sonymobile.com>
-rw-r--r--Documentation/access-control.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt
index c8a13e13cb..13b301b58d 100644
--- a/Documentation/access-control.txt
+++ b/Documentation/access-control.txt
@@ -909,6 +909,30 @@ Suggested access rights to grant:
* <<category_push_annotated,`Push Annotated Tag`>> to 'refs/tags/*'
+[[examples_project-owner]]
+Project owner
+~~~~~~~~~~~~~
+
+The project owner is almost like an integrator but with additional destructive
+power in the form of being able to delete branches. Optionally these users
+also have the power to configure access rights in gits assigned to them.
+
+[WARNING]
+These users should be really knowledgable about git, for instance knowing why
+tags never should be removed from a server. This role is granted potentially
+destructive access rights and cleaning up after such a mishap could be time
+consuming!
+
+Suggested access rights to grant:
+
+* <<examples_integrator,Integrator rights>>
+* <<category_push,`Push`>> with the force option to 'refs/heads/\*' and 'refs/tags/*'
+
+Optional access right to grant:
+
+* <<category_owner,`Owner`>> in the gits they mostly work with.
+
+
[[conversion_table]]
Conversion table from 2.1.x series to 2.2.x series
--------------------------------------------------