Shawn O. Pearce | e31d02c | 2009-12-08 12:21:37 -0800 | [diff] [blame] | 1 | Gerrit Code Review - Access Controls |
| 2 | ==================================== |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 3 | |
| 4 | Access controls in Gerrit are group based. Every user account is a |
| 5 | member of one or more groups, and access and privileges are granted |
Matt Fischer | 620255a | 2011-03-22 14:28:23 -0500 | [diff] [blame] | 6 | to those groups. Access rights cannot be granted to individual |
| 7 | users. |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 8 | |
| 9 | |
| 10 | System Groups |
| 11 | ------------- |
| 12 | |
Edwin Kempin | d2605ed | 2010-10-11 08:02:24 +0200 | [diff] [blame] | 13 | Gerrit comes with 4 system groups, with special access privileges |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 14 | and membership management. The identity of these groups is set |
| 15 | in the `system_config` table within the database, so the groups |
| 16 | can be renamed after installation if desired. |
| 17 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 18 | |
Edwin Kempin | 913eab1 | 2011-05-06 08:18:24 +0200 | [diff] [blame] | 19 | [[administrators]] |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 20 | Administrators |
| 21 | ~~~~~~~~~~~~~~ |
| 22 | |
| 23 | This is the Gerrit "root" identity. |
| 24 | |
| 25 | Users in the 'Administrators' group can perform any action under |
| 26 | the Admin menu, to any group or project, without further validation |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame] | 27 | or any other access controls. In most installations only those |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 28 | users who have direct filesystem and database access would be |
| 29 | placed into this group. |
| 30 | |
| 31 | Membership in the 'Administrators' group does not imply any other |
| 32 | access rights. Administrators do not automatically get code review |
| 33 | approval or submit rights in projects. This is a feature designed |
Nico Sallembien | ee6eaf0 | 2010-02-01 13:24:49 -0800 | [diff] [blame] | 34 | to permit administrative users to otherwise access Gerrit as any |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 35 | other normal user would, without needing two different accounts. |
| 36 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 37 | |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 38 | [[anonymous_users]] |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 39 | Anonymous Users |
| 40 | ~~~~~~~~~~~~~~~ |
| 41 | |
| 42 | All users are automatically a member of this group. Users who are |
| 43 | not signed in are a member of only this group, and no others. |
| 44 | |
| 45 | Any access rights assigned to this group are inherited by all users. |
| 46 | |
| 47 | Administrators and project owners can grant access rights to this |
| 48 | group in order to permit anonymous users to view project changes, |
| 49 | without requiring sign in first. Currently it is only worthwhile |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 50 | to grant `Read` access to this group as Gerrit requires an account |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 51 | identity for all other operations. |
| 52 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 53 | |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 54 | [[non-interactive_users]] |
| 55 | Non-Interactive Users |
| 56 | ~~~~~~~~~~~~~~~~~~~~~ |
| 57 | |
| 58 | This is an internal user group, members of this group are not expected |
Gustaf Lundh | a28a1d2 | 2013-05-08 15:05:12 +0100 | [diff] [blame] | 59 | to perform interactive operations on the Gerrit web front-end. |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 60 | |
| 61 | However, sometimes such a user may need a separate thread pool in |
| 62 | order to prevent it from grabbing threads from the interactive users. |
| 63 | |
| 64 | These users live in a second thread pool, which separates operations |
| 65 | made by the non-interactive users from the ones made by the interactive |
| 66 | users. This ensures that the interactive users can keep working when |
| 67 | resources are tight. |
| 68 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 69 | |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 70 | [[project_owners]] |
| 71 | Project Owners |
| 72 | ~~~~~~~~~~~~~~ |
| 73 | |
| 74 | Access rights assigned to this group are always evaluated within the |
| 75 | context of a project to which the access rights apply. These rights |
| 76 | therefore apply to all the users who are owners of this project. |
| 77 | |
| 78 | By assigning access rights to this group on a parent project Gerrit |
| 79 | administrators can define a set of default access rights for |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 80 | <<category_owner,project owners>>. Child projects inherit these |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 81 | access rights where they are resolved to the users that own the child |
| 82 | project. Having default access rights for |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 83 | <<category_owner,project owners>> assigned on a parent project may |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 84 | avoid the need to initially configure access rights for |
| 85 | newly created child projects. |
| 86 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 87 | |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 88 | [[registered_users]] |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 89 | Registered Users |
| 90 | ~~~~~~~~~~~~~~~~ |
| 91 | |
| 92 | All signed-in users are automatically a member of this group (and |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 93 | also <<anonymous_users,'Anonymous Users'>>, see above). |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 94 | |
| 95 | Any access rights assigned to this group are inherited by all |
| 96 | users as soon as they sign-in to Gerrit. If OpenID authentication |
| 97 | is being employed, moving from only 'Anonymous Users' into this |
| 98 | group is very easy. Caution should be taken when assigning any |
| 99 | permissions to this group. |
| 100 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 101 | It is typical to assign `Code-Review -1..+1` to this group, |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 102 | allowing signed-in users to vote on a change, but not actually |
| 103 | cause it to become approved or rejected. |
| 104 | |
| 105 | Registered users are always permitted to make and publish comments |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 106 | on any change in any project they have `Read` access to. |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 107 | |
| 108 | |
| 109 | Account Groups |
| 110 | -------------- |
| 111 | |
| 112 | Account groups contain a list of zero or more user account members, |
| 113 | added individually by a group owner. Any user account listed as |
| 114 | a group member is given any access rights granted to the group. |
| 115 | |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 116 | Every group has one other group designated as its owner. Users who |
| 117 | are members of the owner group can: |
| 118 | |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 119 | * Add users and other groups to this group |
| 120 | * Remove users and other groups from this group |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 121 | * Change the name of this group |
| 122 | * Change the description of this group |
| 123 | * Change the owner of this group, to another group |
| 124 | |
| 125 | It is permissible for a group to own itself, allowing the group |
| 126 | members to directly manage who their peers are. |
| 127 | |
| 128 | Newly created groups are automatically created as owning themselves, |
| 129 | with the creating user as the only member. This permits the group |
| 130 | creator to add additional members, and change the owner to another |
| 131 | group if desired. |
| 132 | |
| 133 | It is somewhat common to create two groups at the same time, |
| 134 | for example `Foo` and `Foo-admin`, where the latter group |
| 135 | `Foo-admin` owns both itself and also group `Foo`. Users who |
| 136 | are members of `Foo-admin` can thus control the membership of |
| 137 | `Foo`, without actually having the access rights granted to `Foo`. |
| 138 | This configuration can help prevent accidental submits when the |
| 139 | members of `Foo` have submit rights on a project, and the members of |
| 140 | `Foo-admin` typically do not need to have such rights. |
| 141 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 142 | |
Thanh Ha | 6eed43f | 2013-04-11 21:03:55 -0400 | [diff] [blame] | 143 | [[ldap_groups]] |
| 144 | LDAP Groups |
| 145 | ----------- |
| 146 | |
| 147 | LDAP groups are Account Groups that are maintained inside of your |
| 148 | LDAP instance. If you are using LDAP to manage your groups they will |
| 149 | not appear in the Groups list. However you can use them just like |
| 150 | regular Account Groups by prefixing your group with "ldap/" in the |
| 151 | Access Control for a project. For example "ldap/foo-project" will |
| 152 | add the LDAP "foo-project" group to the access list. |
| 153 | |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 154 | |
| 155 | Project Access Control Lists |
| 156 | ---------------------------- |
| 157 | |
lincoln | fa7bdd3 | 2010-04-22 14:23:05 -0300 | [diff] [blame] | 158 | A system wide access control list affecting all projects is stored in |
Shawn O. Pearce | a063182 | 2011-06-14 11:18:18 -0700 | [diff] [blame] | 159 | project "`All-Projects`". This inheritance can be configured |
lincoln | fa7bdd3 | 2010-04-22 14:23:05 -0300 | [diff] [blame] | 160 | through link:cmd-set-project-parent.html[gerrit set-project-parent]. |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 161 | |
| 162 | Per-project access control lists are also supported. |
| 163 | |
| 164 | Users are permitted to use the maximum range granted to any of their |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 165 | groups on a label. For example, a user is a member of `Foo Leads`, and |
| 166 | the following ACLs are granted on a project: |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 167 | |
Karsten Dambekalns | a7f72a2 | 2011-03-25 14:21:59 +0100 | [diff] [blame] | 168 | [options="header"] |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 169 | |=================================================== |
| 170 | |Group |Reference Name |Label |Range |
| 171 | |Anonymous Users |refs/heads/* |Code-Review|-1..+1 |
| 172 | |Registered Users|refs/heads/* |Code-Review|-1..+2 |
| 173 | |Foo Leads |refs/heads/* |Code-Review|-2..0 |
| 174 | |=================================================== |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 175 | |
| 176 | Then the effective range permitted to be used by the user is |
| 177 | `-2..+2`, as the user is a member of all three groups (see above |
| 178 | about the system groups) and the maximum range is chosen (so the |
| 179 | lowest value granted to any group, and the highest value granted |
| 180 | to any group). |
| 181 | |
Nico Sallembien | ee6eaf0 | 2010-02-01 13:24:49 -0800 | [diff] [blame] | 182 | Reference-level access control is also possible. |
| 183 | |
| 184 | Permissions can be set on a single reference name to match one |
| 185 | branch (e.g. `refs/heads/master`), or on a reference namespace |
Edwin Kempin | a2bf083 | 2011-09-08 14:23:30 +0200 | [diff] [blame] | 186 | (e.g. `refs/heads/*`) to match any branch starting with that |
| 187 | prefix. So a permission with `refs/heads/*` will match |
Nico Sallembien | ee6eaf0 | 2010-02-01 13:24:49 -0800 | [diff] [blame] | 188 | `refs/heads/master` and `refs/heads/experimental`, etc. |
| 189 | |
Shawn O. Pearce | 6d6d451 | 2010-07-15 11:42:34 -0700 | [diff] [blame] | 190 | Reference names can also be described with a regular expression |
Edwin Kempin | a2bf083 | 2011-09-08 14:23:30 +0200 | [diff] [blame] | 191 | by prefixing the reference name with `^`. For example |
| 192 | `^refs/heads/[a-z]{1,8}` matches all lower case branch names |
Shawn O. Pearce | 6d6d451 | 2010-07-15 11:42:34 -0700 | [diff] [blame] | 193 | between 1 and 8 characters long. Within a regular expression `.` |
| 194 | is a wildcard matching any character, but may be escaped as `\.`. |
Magnus Bäck | e561183 | 2011-02-02 08:57:15 +0100 | [diff] [blame] | 195 | The link:http://www.brics.dk/automaton/[dk.brics.automaton library] |
| 196 | is used for evaluation of regular expression access control |
| 197 | rules. See the library documentation for details on this |
| 198 | particular regular expression flavor. |
Shawn O. Pearce | 6d6d451 | 2010-07-15 11:42:34 -0700 | [diff] [blame] | 199 | |
| 200 | References can have the current user name automatically included, |
| 201 | creating dynamic access controls that change to match the currently |
| 202 | logged in user. For example to provide a personal sandbox space |
Edwin Kempin | a2bf083 | 2011-09-08 14:23:30 +0200 | [diff] [blame] | 203 | to all developers, `refs/heads/sandbox/${username}/*` allowing |
Shawn O. Pearce | 6d6d451 | 2010-07-15 11:42:34 -0700 | [diff] [blame] | 204 | the user 'joe' to use 'refs/heads/sandbox/joe/foo'. |
| 205 | |
Nico Sallembien | ee6eaf0 | 2010-02-01 13:24:49 -0800 | [diff] [blame] | 206 | When evaluating a reference-level access right, Gerrit will use |
Nico Sallembien | a78a37c | 2010-05-04 11:49:12 -0700 | [diff] [blame] | 207 | the full set of access rights to determine if the user |
| 208 | is allowed to perform a given action. For example, if a user is a |
| 209 | member of `Foo Leads`, they are reviewing a change destined for |
| 210 | the `refs/heads/qa` branch, and the following ACLs are granted |
| 211 | on the project: |
Nico Sallembien | ee6eaf0 | 2010-02-01 13:24:49 -0800 | [diff] [blame] | 212 | |
Karsten Dambekalns | a7f72a2 | 2011-03-25 14:21:59 +0100 | [diff] [blame] | 213 | [options="header"] |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 214 | |=============================================================== |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 215 | |Group |Reference Name|Label |Range |Exclusive |
| 216 | |Registered Users |refs/heads/* |Code-Review| -1..+1 | |
| 217 | |Foo Leads |refs/heads/* |Code-Review| -2..+2 | |
| 218 | |QA Leads |refs/heads/qa |Code-Review| -2..+2 | |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 219 | |=============================================================== |
Nico Sallembien | ee6eaf0 | 2010-02-01 13:24:49 -0800 | [diff] [blame] | 220 | |
Nico Sallembien | a78a37c | 2010-05-04 11:49:12 -0700 | [diff] [blame] | 221 | Then the effective range permitted to be used by the user is |
| 222 | `-2..+2`, as the user's membership of `Foo Leads` effectively grant |
| 223 | them access to the entire reference space, thanks to the wildcard. |
| 224 | |
| 225 | Gerrit also supports exclusive reference-level access control. |
| 226 | |
| 227 | It is possible to configure Gerrit to grant an exclusive ref level |
| 228 | access control so that only users of a specific group can perform |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 229 | an operation on a project/reference pair. This is done by ticking |
| 230 | the exclusive flag when setting the permission for the |
| 231 | `refs/heads/qa` branch. |
Nico Sallembien | a78a37c | 2010-05-04 11:49:12 -0700 | [diff] [blame] | 232 | |
| 233 | For example, if a user who is a member of `Foo Leads` tries to |
| 234 | review a change destined for branch `refs/heads/qa` in a project, |
| 235 | and the following ACLs are granted: |
| 236 | |
Karsten Dambekalns | a7f72a2 | 2011-03-25 14:21:59 +0100 | [diff] [blame] | 237 | [options="header"] |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 238 | |============================================================== |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 239 | |Group |Reference Name|Label |Range |Exclusive |
| 240 | |Registered Users|refs/heads/* |Code-Review| -1..+1 | |
| 241 | |Foo Leads |refs/heads/* |Code-Review| -2..+2 | |
| 242 | |QA Leads |refs/heads/qa |Code-Review| -2..+2 |X |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 243 | |============================================================== |
Nico Sallembien | a78a37c | 2010-05-04 11:49:12 -0700 | [diff] [blame] | 244 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 245 | Then this user will not have `Code-Review` rights on that change, |
Nico Sallembien | a78a37c | 2010-05-04 11:49:12 -0700 | [diff] [blame] | 246 | since there is an exclusive access right in place for the |
| 247 | `refs/heads/qa` branch. This allows locking down access for a |
| 248 | particular branch to a limited set of users, bypassing inherited |
| 249 | rights and wildcards. |
| 250 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 251 | In order to grant the ability to `Code-Review` to the members of |
Nico Sallembien | a78a37c | 2010-05-04 11:49:12 -0700 | [diff] [blame] | 252 | `Foo Leads`, in `refs/heads/qa` then the following access rights |
| 253 | would be needed: |
| 254 | |
Karsten Dambekalns | a7f72a2 | 2011-03-25 14:21:59 +0100 | [diff] [blame] | 255 | [options="header"] |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 256 | |============================================================== |
| 257 | |Group |Reference Name|Category |Range |Exclusive |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 258 | |Registered Users|refs/heads/* |Code-Review| -1..+1 | |
| 259 | |Foo Leads |refs/heads/* |Code-Review| -2..+2 | |
| 260 | |QA Leads |refs/heads/qa |Code-Review| -2..+2 |X |
| 261 | |Foo Leads |refs/heads/qa |Code-Review| -2..+2 | |
Fredrik Luthander | 54abc35 | 2012-01-20 16:18:41 +0100 | [diff] [blame] | 262 | |============================================================== |
Nico Sallembien | a78a37c | 2010-05-04 11:49:12 -0700 | [diff] [blame] | 263 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 264 | |
Shawn O. Pearce | a229966 | 2009-02-25 14:34:40 -0800 | [diff] [blame] | 265 | OpenID Authentication |
| 266 | ~~~~~~~~~~~~~~~~~~~~~ |
| 267 | |
| 268 | If the Gerrit instance is configured to use OpenID authentication, |
| 269 | an account's effective group membership will be restricted to only |
| 270 | the `Anonymous Users` and `Registered Users` groups, unless *all* |
| 271 | of its OpenID identities match one or more of the patterns listed |
Shawn O. Pearce | d7c026d | 2009-08-05 20:11:22 -0700 | [diff] [blame] | 272 | in the `auth.trustedOpenID` list from `gerrit.config`. |
Shawn O. Pearce | a229966 | 2009-02-25 14:34:40 -0800 | [diff] [blame] | 273 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 274 | |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 275 | All Projects |
| 276 | ~~~~~~~~~~~~ |
| 277 | |
Shawn O. Pearce | a063182 | 2011-06-14 11:18:18 -0700 | [diff] [blame] | 278 | Any access right granted to a group within `All-Projects` |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 279 | is automatically inherited by every other project in the same |
| 280 | Gerrit instance. These rights can be seen, but not modified, |
| 281 | in any other project's `Access` administration tab. |
| 282 | |
Fredrik Luthander | d996088 | 2011-11-08 01:42:19 +0100 | [diff] [blame] | 283 | Only members of the groups with the `Administrate Server` capability |
| 284 | may edit the access control list for `All-Projects`. By default this |
| 285 | capability is given to the group `Administrators`, but can be given |
| 286 | to more groups. |
Shawn O. Pearce | e2c2a22 | 2010-05-11 13:43:45 -0700 | [diff] [blame] | 287 | |
| 288 | Ownership of this project cannot be delegated to another group. |
| 289 | This restriction is by design. Granting ownership to another |
| 290 | group gives nearly the same level of access as membership in |
| 291 | `Administrators` does, as group members would be able to alter |
Fredrik Luthander | d996088 | 2011-11-08 01:42:19 +0100 | [diff] [blame] | 292 | permissions for every managed project including global capabilities. |
Shawn O. Pearce | e2c2a22 | 2010-05-11 13:43:45 -0700 | [diff] [blame] | 293 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 294 | |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 295 | Per-Project |
| 296 | ~~~~~~~~~~~ |
| 297 | |
Fredrik Luthander | da86788 | 2011-12-21 18:28:40 +0100 | [diff] [blame] | 298 | The per-project ACL is evaluated before the global `All-Projects` ACL, |
| 299 | permitting some limited override capability to project owners. This |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 300 | behavior is generally only useful on the `Read` category when |
| 301 | granting 'DENY' within a specific project to deny a group access. |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 302 | |
| 303 | |
Fredrik Luthander | 9803025 | 2012-04-13 11:01:22 +0200 | [diff] [blame] | 304 | [[references]] |
| 305 | Special and magic references |
| 306 | ---------------------------- |
| 307 | |
| 308 | The reference namespaces used in git are generally two, one for branches and |
| 309 | one for tags: |
| 310 | |
| 311 | * +refs/heads/*+ |
| 312 | * +refs/tags/*+ |
| 313 | |
| 314 | However, every reference under +refs/*+ is really available, and in Gerrit this |
| 315 | opportunity for giving other refs a special meaning is used. In Gerrit they |
| 316 | are sometimes used as magic/virtual references that give the push to Gerrit a |
| 317 | special meaning. |
| 318 | |
| 319 | |
| 320 | [[references_special]] |
| 321 | Special references |
| 322 | ~~~~~~~~~~~~~~~~~~ |
| 323 | |
| 324 | The special references have content that's either generated by Gerrit or |
| 325 | contains important project configuration that Gerrit needs. When making |
| 326 | changes to these references, Gerrit will take extra precautions to verify the |
| 327 | contents compatibility at upload time. |
| 328 | |
| 329 | |
| 330 | refs/changes/* |
| 331 | ^^^^^^^^^^^^^^ |
| 332 | |
| 333 | Under this namespace each uploaded patch set for every change gets a static |
| 334 | reference in their git. The format is convenient but still intended to scale to |
| 335 | hundreds of thousands of patch sets. To access a given patch set you will |
| 336 | need the change number and patch set number. |
| 337 | |
| 338 | [verse] |
| 339 | 'refs/changes/'<last two digits of change number>/ |
| 340 | <change number>/ |
| 341 | <patch set number> |
| 342 | |
| 343 | You can also find these static references linked on the page of each change. |
| 344 | |
| 345 | |
| 346 | refs/meta/config |
| 347 | ^^^^^^^^^^^^^^^^ |
| 348 | |
| 349 | This is where the Gerrit configuration of each project is residing. This |
| 350 | branch contains several files of importance: +project.config+, +groups+ and |
David Pursehouse | 9246356 | 2013-06-24 10:16:28 +0900 | [diff] [blame] | 351 | +rules.pl+. Torgether they control access and behavior during the change |
Fredrik Luthander | 9803025 | 2012-04-13 11:01:22 +0200 | [diff] [blame] | 352 | review process. |
| 353 | |
| 354 | |
| 355 | refs/meta/dashboards/* |
| 356 | ^^^^^^^^^^^^^^^^^^^^^^ |
| 357 | |
| 358 | There's a dedicated page where you can read more about |
| 359 | link:user-dashboards.html[User Dashboards]. |
| 360 | |
| 361 | |
| 362 | refs/notes/review |
| 363 | ^^^^^^^^^^^^^^^^^ |
| 364 | |
| 365 | Autogenerated copy of review notes for all changes in the git. Each log entry |
| 366 | on the refs/notes/review branch also references the patch set on which the |
| 367 | review is made. This functionality is provided by the review-notes plugin. |
| 368 | |
| 369 | |
| 370 | [[references_magic]] |
| 371 | Magic references |
| 372 | ~~~~~~~~~~~~~~~~ |
| 373 | |
| 374 | These are references with added functionality to them compared to a regular |
| 375 | git push operation. |
| 376 | |
Fredrik Luthander | 9803025 | 2012-04-13 11:01:22 +0200 | [diff] [blame] | 377 | refs/for/<branch ref> |
| 378 | ^^^^^^^^^^^^^^^^^^^^^ |
| 379 | |
| 380 | Most prominent is the `refs/for/<branch ref>` reference which is the reference |
| 381 | upon which we build the code review intercept before submitting a commit to |
| 382 | the branch it's uploaded to. |
| 383 | |
| 384 | Further documentation on how to push can be found on the |
| 385 | link:user-upload.html#push_create[Upload changes] page. |
| 386 | |
| 387 | |
| 388 | refs/publish/* |
| 389 | ^^^^^^^^^^^^^^ |
| 390 | |
| 391 | `refs/publish/*` is an alternative name to `refs/for/*` when pushing new changes |
| 392 | and patch sets. |
| 393 | |
| 394 | |
| 395 | refs/drafts/* |
| 396 | ^^^^^^^^^^^^^ |
| 397 | |
| 398 | Push to `refs/drafts/*` creates a change like push to `refs/for/*`, except the |
| 399 | resulting change remains hidden from public review. You then have the option |
| 400 | of adding individual reviewers before making the change public to all. The |
| 401 | change page will have a 'Publish' button which allows you to convert individual |
| 402 | draft patch sets of a change into public patch sets for review. |
| 403 | |
| 404 | |
Fredrik Luthander | 5ccf2e4 | 2013-05-08 01:06:25 +0200 | [diff] [blame] | 405 | [[access_categories]] |
| 406 | Access Categories |
| 407 | ----------------- |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 408 | |
Fredrik Luthander | 5ccf2e4 | 2013-05-08 01:06:25 +0200 | [diff] [blame] | 409 | Gerrit has several permission categories that can be granted to groups |
| 410 | within projects, enabling functionality for that group's members. |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 411 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 412 | |
Fredrik Luthander | 69236de | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 413 | |
Chad Horohoe | 029c85a | 2012-06-07 16:10:14 -0400 | [diff] [blame] | 414 | [[category_abandon]] |
| 415 | Abandon |
Edwin Kempin | 3ff0511 | 2012-07-19 14:43:25 +0200 | [diff] [blame] | 416 | ~~~~~~~ |
Chad Horohoe | 029c85a | 2012-06-07 16:10:14 -0400 | [diff] [blame] | 417 | |
| 418 | This category controls whether users are allowed to abandon changes |
| 419 | to projects in Gerrit. It can give permission to abandon a specific |
| 420 | change to a given ref. |
| 421 | |
David Pursehouse | c795eb1 | 2013-07-05 14:20:28 +0900 | [diff] [blame] | 422 | This also grants the permission to restore a change if the user also |
| 423 | has link:#category_push[push permission] on the change's destination |
| 424 | ref. |
Chad Horohoe | 35ced0a | 2012-06-27 19:20:34 -0400 | [diff] [blame] | 425 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 426 | |
Fredrik Luthander | e9eeeea | 2011-12-08 16:45:32 +0100 | [diff] [blame] | 427 | [[category_create]] |
| 428 | Create reference |
| 429 | ~~~~~~~~~~~~~~~~ |
| 430 | |
| 431 | The create reference category controls whether it is possible to |
| 432 | create new references, branches or tags. This implies that the |
| 433 | reference must not already exist, it's not a destructive permission |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame] | 434 | in that you can't overwrite or remove any previously existing |
Fredrik Luthander | e9eeeea | 2011-12-08 16:45:32 +0100 | [diff] [blame] | 435 | references (and also discard any commits in the process). |
| 436 | |
| 437 | It's probably most common to either permit the creation of a single |
| 438 | branch in many gits (by granting permission on a parent project), or |
| 439 | to grant this permission to a name pattern of branches. |
| 440 | |
| 441 | This permission is often given in conjunction with regular push |
| 442 | branch permissions, allowing the holder of both to create new branches |
| 443 | as well as bypass review for new commits on that branch. |
| 444 | |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame] | 445 | To push lightweight (non-annotated) tags, grant |
Fredrik Luthander | e9eeeea | 2011-12-08 16:45:32 +0100 | [diff] [blame] | 446 | `Create Reference` for reference name `refs/tags/*`, as lightweight |
| 447 | tags are implemented just like branches in Git. |
| 448 | |
| 449 | For example, to grant the possibility to create new branches under the |
| 450 | namespace `foo`, you have to grant this permission on |
| 451 | `refs/heads/foo/*` for the group that should have it. |
| 452 | Finally, if you plan to grant each user a personal namespace in |
| 453 | where they are free to create as many branches as they wish, you |
| 454 | should grant the create reference permission so it's possible |
| 455 | to create new branches. This is done by using the special |
| 456 | `${username}` keyword in the reference pattern, e.g. |
| 457 | `refs/heads/sandbox/${username}/*`. If you do, it's also recommended |
| 458 | you grant the users the push force permission to be able to clean up |
| 459 | stale branches. |
| 460 | |
| 461 | |
Fredrik Luthander | 8f430f1 | 2011-12-27 13:40:43 +0100 | [diff] [blame] | 462 | [[category_forge_author]] |
| 463 | Forge Author |
| 464 | ~~~~~~~~~~~~ |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 465 | |
| 466 | Normally Gerrit requires the author and the committer identity |
| 467 | lines in a Git commit object (or tagger line in an annotated tag) to |
| 468 | match one of the registered email addresses of the uploading user. |
Fredrik Luthander | 8f430f1 | 2011-12-27 13:40:43 +0100 | [diff] [blame] | 469 | This permission allows users to bypass parts of that validation, which |
| 470 | may be necessary when mirroring changes from an upstream project. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 471 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 472 | Permits the use of an unverified author line in commit objects. |
| 473 | This can be useful when applying patches received by email from |
| 474 | 3rd parties, when cherry-picking changes written by others across |
| 475 | branches, or when amending someone else's commit to fix up a minor |
| 476 | problem before submitting. |
Fredrik Luthander | 8f430f1 | 2011-12-27 13:40:43 +0100 | [diff] [blame] | 477 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 478 | By default this is granted to `Registered Users` in all projects, |
| 479 | but a site administrator may disable it if verified authorship |
| 480 | is required. |
| 481 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 482 | |
Fredrik Luthander | 8f430f1 | 2011-12-27 13:40:43 +0100 | [diff] [blame] | 483 | [[category_forge_committer]] |
| 484 | Forge Committer |
| 485 | ~~~~~~~~~~~~~~~ |
| 486 | |
| 487 | Normally Gerrit requires the author and the committer identity |
| 488 | lines in a Git commit object (or tagger line in an annotated tag) to |
| 489 | match one of the registered email addresses of the uploading user. |
| 490 | This permission allows users to bypass parts of that validation, which |
| 491 | may be necessary when mirroring changes from an upstream project. |
| 492 | |
| 493 | Allows the use of an unverified committer line in commit objects, or an |
| 494 | unverified tagger line in annotated tag objects. Typically this is only |
| 495 | required when mirroring commits from an upstream project repository. |
| 496 | |
| 497 | |
| 498 | [[category_forge_server]] |
| 499 | Forge Server |
| 500 | ~~~~~~~~~~~~ |
| 501 | |
| 502 | Normally Gerrit requires the author and the committer identity |
| 503 | lines in a Git commit object (or tagger line in an annotated tag) to |
| 504 | match one of the registered email addresses of the uploading user. |
| 505 | This permission allows users to bypass parts of that validation, which |
| 506 | may be necessary when mirroring changes from an upstream project. |
| 507 | |
| 508 | Allows the use of the server's own name and email on the committer |
| 509 | line of a new commit object. This should only be necessary when force |
| 510 | pushing a commit history which has been rewritten by 'git filter-branch' |
| 511 | and that contains merge commits previously created by this Gerrit Code |
| 512 | Review server. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 513 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 514 | |
| 515 | [[category_owner]] |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 516 | Owner |
| 517 | ~~~~~ |
| 518 | |
| 519 | The `Owner` category controls which groups can modify the project's |
| 520 | configuration. Users who are members of an owner group can: |
| 521 | |
| 522 | * Change the project description |
| 523 | * Create/delete a branch through the web UI (not SSH) |
| 524 | * Grant/revoke any access rights, including `Owner` |
| 525 | |
| 526 | Note that project owners implicitly have branch creation or deletion |
| 527 | through the web UI, but not through SSH. To get SSH branch access |
| 528 | project owners must grant an access right to a group they are a |
| 529 | member of, just like for any other user. |
| 530 | |
| 531 | Ownership over a particular branch subspace may be delegated by |
| 532 | entering a branch pattern. To delegate control over all branches |
| 533 | that begin with `qa/` to the QA group, add `Owner` category |
Fredrik Luthander | a8b9d21 | 2012-10-10 16:05:59 +0200 | [diff] [blame] | 534 | for reference `refs/heads/qa/*`. Members of the QA group can |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 535 | further refine access, but only for references that begin with |
Fredrik Luthander | 8fa3d26 | 2011-11-07 17:04:01 +0100 | [diff] [blame] | 536 | `refs/heads/qa/`. See <<project_owners,project owners>> to find |
| 537 | out more about this role. |
| 538 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 539 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 540 | [[category_push]] |
| 541 | Push |
| 542 | ~~~~ |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 543 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 544 | This category controls how users are allowed to upload new commits |
| 545 | to projects in Gerrit. It can either give permission to push |
| 546 | directly into a branch, bypassing any code review process |
| 547 | that would otherwise be used. Or it may give permission to upload |
| 548 | new changes for code review, this depends on which namespace the |
| 549 | permission is granted to. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 550 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 551 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 552 | [[category_push_direct]] |
| 553 | Direct Push |
| 554 | ^^^^^^^^^^^ |
| 555 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 556 | Any existing branch can be fast-forwarded to a new commit. |
Robin Rosenberg | 524a303 | 2012-10-14 14:24:36 +0200 | [diff] [blame] | 557 | Creation of new branches is controlled by the |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 558 | link:access-control.html#category_create['Create Reference'] |
| 559 | category. Deletion of existing branches is rejected. This is the |
| 560 | safest mode as commits cannot be discarded. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 561 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 562 | * Force option |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 563 | + |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 564 | Allows an existing branch to be deleted. Since a force push is |
| 565 | effectively a delete immediately followed by a create, but performed |
| 566 | atomically on the server and logged, this option also permits forced |
| 567 | push updates to branches. Enabling this option allows existing commits |
| 568 | to be discarded from a project history. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 569 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 570 | The push category is primarily useful for projects that only want to |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 571 | take advantage of Gerrit's access control features and do not need |
| 572 | its code review functionality. Projects that need to require code |
| 573 | reviews should not grant this category. |
| 574 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 575 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 576 | [[category_push_review]] |
| 577 | Upload To Code Review |
| 578 | ^^^^^^^^^^^^^^^^^^^^^ |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 579 | |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 580 | The `Push` access right granted on the namespace |
| 581 | `refs/for/refs/heads/BRANCH` permits the user to upload a non-merge |
| 582 | commit to the project's `refs/for/BRANCH` namespace, creating a new |
| 583 | change for code review. |
| 584 | |
| 585 | A user must be able to clone or fetch the project in order to create |
| 586 | a new commit on their local system, so in practice they must also |
| 587 | have the `Read` access granted to upload a change. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 588 | |
| 589 | For an open source, public Gerrit installation, it is common to |
Fredrik Luthander | ea13ca5 | 2011-12-29 11:36:48 +0100 | [diff] [blame] | 590 | grant `Read` and `Push` for `refs/for/refs/heads/*` |
| 591 | to `Registered Users` in the `All-Projects` ACL. For more |
| 592 | private installations, its common to simply grant `Read` and |
| 593 | `Push` for `refs/for/refs/heads/*` to all users of a project. |
| 594 | |
| 595 | * Force option |
| 596 | + |
| 597 | The force option has no function when granted to a branch in the |
| 598 | `refs/for/refs/heads/*` namespace. |
| 599 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 600 | |
Fredrik Luthander | bf56857 | 2012-01-18 11:17:00 +0100 | [diff] [blame] | 601 | [[category_push_merge]] |
Edwin Kempin | aef5d6e | 2012-01-24 09:04:54 +0100 | [diff] [blame] | 602 | Push Merge Commits |
Fredrik Luthander | bf56857 | 2012-01-18 11:17:00 +0100 | [diff] [blame] | 603 | ~~~~~~~~~~~~~~~~~~~~ |
| 604 | |
Magnus Bäck | 282c102 | 2012-04-18 15:39:17 -0400 | [diff] [blame] | 605 | The `Push Merge Commit` access right permits the user to upload merge |
Gustaf Lundh | a28a1d2 | 2013-05-08 15:05:12 +0100 | [diff] [blame] | 606 | commits. It's an add-on to the <<category_push,Push>> access right, and |
Magnus Bäck | 282c102 | 2012-04-18 15:39:17 -0400 | [diff] [blame] | 607 | so it won't be sufficient with only `Push Merge Commit` granted for a |
| 608 | push to happen. Some projects wish to restrict merges to being created |
| 609 | by Gerrit. By granting `Push` without `Push Merge Commit`, the only |
Edwin Kempin | aef5d6e | 2012-01-24 09:04:54 +0100 | [diff] [blame] | 610 | merges that enter the system will be those created by Gerrit. |
Fredrik Luthander | bf56857 | 2012-01-18 11:17:00 +0100 | [diff] [blame] | 611 | |
Magnus Bäck | 282c102 | 2012-04-18 15:39:17 -0400 | [diff] [blame] | 612 | The reference name connected to a `Push Merge Commit` entry must always |
| 613 | be prefixed with `refs/for/`, for example `refs/for/refs/heads/BRANCH`. |
| 614 | This applies even for an entry that complements a `Push` entry for |
| 615 | `refs/heads/BRANCH` that allows direct pushes of non-merge commits, and |
| 616 | the intention of the `Push Merge Commit` entry is to allow direct pushes |
| 617 | of merge commits. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 618 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 619 | |
Fredrik Luthander | d774986 | 2012-01-20 07:29:43 +0100 | [diff] [blame] | 620 | [[category_push_annotated]] |
| 621 | Push Annotated Tag |
| 622 | ~~~~~~~~~~~~~~~~~~ |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 623 | |
David Pursehouse | 690cebe | 2012-12-12 19:22:45 +0900 | [diff] [blame] | 624 | This category permits users to push an annotated tag object into the |
| 625 | project's repository. Typically this would be done with a command line |
| 626 | such as: |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 627 | |
| 628 | ==== |
| 629 | git push ssh://USER@HOST:PORT/PROJECT tag v1.0 |
| 630 | ==== |
| 631 | |
David Pursehouse | 690cebe | 2012-12-12 19:22:45 +0900 | [diff] [blame] | 632 | Or: |
| 633 | |
| 634 | ==== |
| 635 | git push https://HOST/PROJECT tag v1.0 |
| 636 | ==== |
| 637 | |
David Pursehouse | b429ce1 | 2012-12-12 11:04:40 +0900 | [diff] [blame] | 638 | Tags must be annotated (created with `git tag -a`), should exist in |
| 639 | the `refs/tags/` namespace, and should be new. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 640 | |
| 641 | This category is intended to be used to publish tags when a project |
| 642 | reaches a stable release point worth remembering in history. |
| 643 | |
Fredrik Luthander | d774986 | 2012-01-20 07:29:43 +0100 | [diff] [blame] | 644 | It allows for a new annotated (unsigned) tag to be created. The |
| 645 | tagger email address must be verified for the current user. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 646 | |
| 647 | To push tags created by users other than the current user (such |
Fredrik Luthander | d774986 | 2012-01-20 07:29:43 +0100 | [diff] [blame] | 648 | as tags mirrored from an upstream project), `Forge Committer Identity` |
| 649 | must be also granted in addition to `Push Annotated Tag`. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 650 | |
Fredrik Luthander | d774986 | 2012-01-20 07:29:43 +0100 | [diff] [blame] | 651 | To push lightweight (non annotated) tags, grant |
| 652 | <<category_create,`Create Reference`>> for reference name |
| 653 | `refs/tags/*`, as lightweight tags are implemented just like |
| 654 | branches in Git. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 655 | |
Fredrik Luthander | d774986 | 2012-01-20 07:29:43 +0100 | [diff] [blame] | 656 | To delete or overwrite an existing tag, grant `Push` with the force |
| 657 | option enabled for reference name `refs/tags/*`, as deleting a tag |
| 658 | requires the same permission as deleting a branch. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 659 | |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 660 | |
David Pursehouse | b429ce1 | 2012-12-12 11:04:40 +0900 | [diff] [blame] | 661 | [[category_push_signed]] |
| 662 | Push Signed Tag |
| 663 | ~~~~~~~~~~~~~~~ |
| 664 | |
David Pursehouse | 690cebe | 2012-12-12 19:22:45 +0900 | [diff] [blame] | 665 | This category permits users to push a PGP signed tag object into the |
| 666 | project's repository. Typically this would be done with a command |
| 667 | line such as: |
David Pursehouse | b429ce1 | 2012-12-12 11:04:40 +0900 | [diff] [blame] | 668 | |
| 669 | ==== |
| 670 | git push ssh://USER@HOST:PORT/PROJECT tag v1.0 |
| 671 | ==== |
| 672 | |
David Pursehouse | 690cebe | 2012-12-12 19:22:45 +0900 | [diff] [blame] | 673 | Or: |
| 674 | |
| 675 | ==== |
| 676 | git push https://HOST/PROJECT tag v1.0 |
| 677 | ==== |
| 678 | |
David Pursehouse | b429ce1 | 2012-12-12 11:04:40 +0900 | [diff] [blame] | 679 | Tags must be signed (created with `git tag -s`), should exist in the |
| 680 | `refs/tags/` namespace, and should be new. |
| 681 | |
| 682 | |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 683 | [[category_read]] |
| 684 | Read |
| 685 | ~~~~ |
| 686 | |
| 687 | The `Read` category controls visibility to the project's |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 688 | changes, comments, code diffs, and Git access over SSH or HTTP. |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 689 | A user must have this access granted in order to see a project, its |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 690 | changes, or any of its data. |
| 691 | |
| 692 | This category has a special behavior, where the per-project ACL is |
| 693 | evaluated before the global all projects ACL. If the per-project |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 694 | ACL has granted `Read` with 'DENY', and does not otherwise grant |
| 695 | `Read` with 'ALLOW', then a `Read` in the all projects ACL |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 696 | is ignored. This behavior is useful to hide a handful of projects |
| 697 | on an otherwise public server. |
| 698 | |
| 699 | For an open source, public Gerrit installation it is common to grant |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 700 | `Read` to `Anonymous Users` in the `All-Projects` ACL, enabling |
| 701 | casual browsing of any project's changes, as well as fetching any |
| 702 | project's repository over SSH or HTTP. New projects can be |
| 703 | temporarily hidden from public view by granting `Read` with 'DENY' |
| 704 | to `Anonymous Users` and granting `Read` to the project owner's |
| 705 | group within the per-project ACL. |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 706 | |
| 707 | For a private Gerrit installation using a trusted HTTP authentication |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 708 | source, granting `Read` to `Registered Users` may be more |
Fredrik Luthander | db7679a | 2011-11-03 08:52:56 +0100 | [diff] [blame] | 709 | typical, enabling read access only to those users who have been |
| 710 | able to authenticate through the HTTP access controls. This may |
| 711 | be suitable in a corporate deployment if the HTTP access control |
| 712 | is already restricted to the correct set of users. |
| 713 | |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 714 | |
Edwin Kempin | fd330fc | 2012-05-09 21:09:55 +0200 | [diff] [blame] | 715 | [[category_rebase]] |
| 716 | Rebase |
| 717 | ~~~~~~ |
| 718 | |
| 719 | This category permits users to rebase changes via the web UI by pushing |
| 720 | the `Rebase Change` button. |
| 721 | |
| 722 | The change owner and submitters can always rebase changes in the web UI |
| 723 | (even without having the `Rebase` access right assigned). |
| 724 | |
| 725 | Users without this access right who are able to upload new patch sets |
| 726 | can still do the rebase locally and upload the rebased commit as a new |
| 727 | patch set. |
| 728 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 729 | |
Chad Horohoe | c626f3c | 2012-09-13 11:04:20 -0700 | [diff] [blame] | 730 | [[category_remove_reviewer]] |
| 731 | Remove Reviewer |
| 732 | ~~~~~~~~~~~~~~~ |
| 733 | |
| 734 | This category permits users to remove other users from the list of |
| 735 | reviewers on a change. |
| 736 | |
| 737 | The change owner, project owner and site administrator can always |
| 738 | remove reviewers (even without having the `Remove Reviewer` access |
| 739 | right assigned). |
| 740 | |
| 741 | Users without this access right can only remove themselves from the |
| 742 | reviewer list on a change. |
| 743 | |
Edwin Kempin | fd330fc | 2012-05-09 21:09:55 +0200 | [diff] [blame] | 744 | |
Fredrik Luthander | 5ccf2e4 | 2013-05-08 01:06:25 +0200 | [diff] [blame] | 745 | [[category_review_labels]] |
| 746 | Review Labels |
| 747 | ~~~~~~~~~~~~~ |
| 748 | |
| 749 | For every configured label `My-Name` in the project, there is a |
| 750 | corresponding permission `label-My-Name` with a range corresponding to |
Shawn Pearce | 9d78312 | 2013-06-11 18:18:03 -0700 | [diff] [blame] | 751 | the defined values. There is also a corresponding `labelAs-My-Name` |
| 752 | permission that enables editing another user's label. |
Fredrik Luthander | 5ccf2e4 | 2013-05-08 01:06:25 +0200 | [diff] [blame] | 753 | |
| 754 | Gerrit comes pre-configured with a default 'Code-Review' label that can |
| 755 | be granted to groups within projects, enabling functionality for that |
| 756 | group's members. link:config-labels.html[Custom labels] may also be |
| 757 | defined globally or on a per-project basis. |
| 758 | |
| 759 | |
Fredrik Luthander | 5e1b51b | 2012-01-20 13:06:06 +0100 | [diff] [blame] | 760 | [[category_submit]] |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 761 | Submit |
| 762 | ~~~~~~ |
| 763 | |
| 764 | This category permits users to push the `Submit Patch Set n` button |
| 765 | on the web UI. |
| 766 | |
| 767 | Submitting a change causes it to be merged into the destination |
| 768 | branch as soon as possible, making it a permanent part of the |
| 769 | project's history. |
| 770 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 771 | In order to submit, all labels (such as `Verified` and `Code-Review`, |
| 772 | above) must enable submit, and also must not block it. See above for |
| 773 | details on each label. |
Shawn O. Pearce | 4b122b8 | 2009-02-18 18:22:14 -0800 | [diff] [blame] | 774 | |
Edwin Kempin | bfa0621 | 2013-04-04 16:06:39 +0200 | [diff] [blame] | 775 | To link:user-upload.html#auto_merge[immediately submit a change on push] |
| 776 | the caller needs to have the Submit permission on `refs/for/<ref>` |
| 777 | (e.g. on `refs/for/refs/heads/master`). |
| 778 | |
Fredrik Luthander | bc75ef7 | 2012-01-26 15:57:08 +0100 | [diff] [blame] | 779 | |
David Pursehouse | 5ae7300 | 2012-11-01 15:22:26 +0900 | [diff] [blame] | 780 | [[category_view_drafts]] |
| 781 | View Drafts |
| 782 | ~~~~~~~~~~~ |
| 783 | |
| 784 | This category permits users to view draft changes uploaded by other |
| 785 | users. |
| 786 | |
| 787 | The change owner and any explicitly added reviewers can always see |
| 788 | draft changes (even without having the `View Drafts` access right |
| 789 | assigned). |
| 790 | |
| 791 | |
David Pursehouse | be7f458 | 2012-12-12 11:21:29 +0900 | [diff] [blame] | 792 | [[category_publish_drafts]] |
| 793 | Publish Drafts |
| 794 | ~~~~~~~~~~~~~~ |
| 795 | |
| 796 | This category permits users to publish draft changes uploaded by other |
| 797 | users. |
| 798 | |
| 799 | The change owner can always publish draft changes (even without having |
| 800 | the `Publish Drafts` access right assigned). |
| 801 | |
| 802 | |
| 803 | [[category_delete_drafts]] |
| 804 | Delete Drafts |
| 805 | ~~~~~~~~~~~~~ |
| 806 | |
| 807 | This category permits users to delete draft changes uploaded by other |
| 808 | users. |
| 809 | |
| 810 | The change owner can always delete draft changes (even without having |
| 811 | the `Delete Drafts` access right assigned). |
| 812 | |
| 813 | |
David Pursehouse | 59aee36 | 2012-11-15 17:25:17 +0900 | [diff] [blame] | 814 | [[category_edit_topic_name]] |
| 815 | Edit Topic Name |
| 816 | ~~~~~~~~~~~~~~~ |
| 817 | |
| 818 | This category permits users to edit the topic name of a change that |
| 819 | is uploaded for review. |
| 820 | |
| 821 | The change owner, branch owners, project owners, and site administrators |
| 822 | can always edit the topic name (even without having the `Edit Topic Name` |
| 823 | access right assigned). |
| 824 | |
| 825 | |
Fredrik Luthander | bc75ef7 | 2012-01-26 15:57:08 +0100 | [diff] [blame] | 826 | Examples of typical roles in a project |
| 827 | -------------------------------------- |
| 828 | |
| 829 | Below follows a set of typical roles on a server and which access |
| 830 | rights these roles typically should be granted. You may see them as |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame] | 831 | general guidelines for a typical way to set up your project on a |
Fredrik Luthander | bc75ef7 | 2012-01-26 15:57:08 +0100 | [diff] [blame] | 832 | brand new Gerrit instance. |
| 833 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 834 | |
Fredrik Luthander | bc75ef7 | 2012-01-26 15:57:08 +0100 | [diff] [blame] | 835 | [[examples_contributor]] |
| 836 | Contributor |
| 837 | ~~~~~~~~~~~ |
| 838 | |
| 839 | This is the typical user on a public server. They are able to read |
| 840 | your project and upload new changes to it. They are able to give |
| 841 | feedback on other changes as well, but are unable to block or approve |
| 842 | any changes. |
| 843 | |
| 844 | Suggested access rights to grant: |
| 845 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 846 | * xref:category_read[`Read`] on 'refs/heads/\*' and 'refs/tags/*' |
| 847 | * xref:category_push[`Push`] to 'refs/for/refs/heads/*' |
| 848 | * link:config-labels.html#label_Code-Review[`Code-Review`] with range '-1' to '+1' for 'refs/heads/*' |
Fredrik Luthander | bc75ef7 | 2012-01-26 15:57:08 +0100 | [diff] [blame] | 849 | |
| 850 | |
Fredrik Luthander | 654161c | 2012-01-31 14:42:36 +0100 | [diff] [blame] | 851 | [[examples_developer]] |
| 852 | Developer |
| 853 | ~~~~~~~~~ |
| 854 | |
| 855 | This is the typical core developer on a public server. They are able |
| 856 | to read the project, upload changes to a branch. They are allowed to |
| 857 | push merge commits to merge branches together. Also, they are allowed |
| 858 | to forge author identity, thus handling commits belonging to others |
| 859 | than themselves, effectively allowing them to transfer commits |
| 860 | between different branches. |
| 861 | |
| 862 | They are furthermore able to code review and verify commits, and |
| 863 | eventually submit them. If you have an automated CI system that |
| 864 | builds all uploaded patch sets you might want to skip the |
| 865 | verification rights for the developer and let the CI system do that |
| 866 | exclusively. |
| 867 | |
| 868 | Suggested access rights to grant: |
| 869 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 870 | * xref:category_read[`Read`] on 'refs/heads/\*' and 'refs/tags/*' |
| 871 | * xref:category_push[`Push`] to 'refs/for/refs/heads/*' |
| 872 | * xref:category_push_merge[`Push merge commit`] to 'refs/for/refs/heads/*' |
| 873 | * xref:category_forge_author[`Forge Author Identity`] to 'refs/heads/*' |
| 874 | * link:config-labels.html#label_Code-Review[`Label: Code-Review`] with range '-2' to '+2' for 'refs/heads/*' |
Peter Jönsson | 3bfcae7 | 2013-07-17 22:06:32 +0200 | [diff] [blame^] | 875 | * link:config-labels.html#label_Verified[`Label: Verified`] with range '-1' to '+1' for 'refs/heads/*' |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 876 | * xref:category_submit[`Submit`] |
Fredrik Luthander | 654161c | 2012-01-31 14:42:36 +0100 | [diff] [blame] | 877 | |
| 878 | If the project is small or the developers are seasoned it might make |
| 879 | sense to give them the freedom to push commits directly to a branch. |
| 880 | |
| 881 | Optional access rights to grant: |
| 882 | |
| 883 | * <<category_push,`Push`>> to 'refs/heads/*' |
| 884 | * <<category_push_merge,`Push merge commit`>> to 'refs/heads/*' |
| 885 | |
| 886 | |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 887 | [[examples_cisystem]] |
| 888 | CI system |
| 889 | ~~~~~~~~~ |
| 890 | |
Gustaf Lundh | a28a1d2 | 2013-05-08 15:05:12 +0100 | [diff] [blame] | 891 | A typical Continuous Integration system should be able to download new changes |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 892 | to build and then leave a verdict somehow. |
| 893 | |
| 894 | As an example, the popular |
| 895 | link:https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger[gerrit-trigger plugin] |
| 896 | for Jenkins/Hudson can set labels at: |
| 897 | |
| 898 | * The start of a build |
| 899 | * A successful build |
| 900 | * An unstable build (tests fails) |
| 901 | * A failed build |
| 902 | |
Peter Jönsson | 3bfcae7 | 2013-07-17 22:06:32 +0200 | [diff] [blame^] | 903 | Usually the range chosen for this verdict is the `Verified` label. Depending on |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 904 | the size of your project and discipline of involved developers you might want |
Peter Jönsson | 3bfcae7 | 2013-07-17 22:06:32 +0200 | [diff] [blame^] | 905 | to limit access right to the +1 `Verified` label to the CI system only. That |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 906 | way it's guaranteed that submitted commits always get built and pass tests |
| 907 | successfully. |
| 908 | |
| 909 | If the build doesn't complete successfully the CI system can set the |
Peter Jönsson | 3bfcae7 | 2013-07-17 22:06:32 +0200 | [diff] [blame^] | 910 | `Verified` label to -1. However that means that a failed build will block |
| 911 | submit of the change even if someone else sets `Verified` +1. Depending on the |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 912 | project and how much the CI system can be trusted for accurate results, a |
| 913 | blocking label might not be feasible. A recommended alternative is to set the |
| 914 | label `Code-review` to -1 instead, as it isn't a blocking label but still |
David Pursehouse | 221d4f6 | 2012-06-08 17:38:08 +0900 | [diff] [blame] | 915 | shows a red label in the Gerrit UI. Optionally, to enable the possibility to |
| 916 | deliver different results (build error vs unstable for instance), it's also |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 917 | possible to set `Code-review` +1 as well. |
| 918 | |
Edwin Kempin | a2e13cf | 2012-03-30 09:02:36 +0200 | [diff] [blame] | 919 | If pushing new changes is granted, it's possible to automate cherry-pick of |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 920 | submitted changes for upload to other branches under certain conditions. This |
| 921 | is probably not the first step of what a project wants to automate however, |
| 922 | and so the push right can be found under the optional section. |
| 923 | |
| 924 | Suggested access rights to grant, that won't block changes: |
| 925 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 926 | * xref:category_read[`Read`] on 'refs/heads/\*' and 'refs/tags/*' |
| 927 | * link:config-labels.html#label_Code-Review[`Label: Code-Review`] with range '-1' to '0' for 'refs/heads/*' |
Peter Jönsson | 3bfcae7 | 2013-07-17 22:06:32 +0200 | [diff] [blame^] | 928 | * link:config-labels.html#label_Verified[`Label: Verified`] with range '0' to '+1' for 'refs/heads/*' |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 929 | |
| 930 | Optional access rights to grant: |
| 931 | |
Dave Borowitz | 01c1b1f | 2013-02-27 13:49:04 -0800 | [diff] [blame] | 932 | * link:config-labels.html#label_Code-Review[`Label: Code-Review`] with range '-1' to '+1' for 'refs/heads/*' |
| 933 | * xref:category_push[`Push`] to 'refs/for/refs/heads/*' |
Fredrik Luthander | f2105be | 2012-01-27 12:44:05 +0100 | [diff] [blame] | 934 | |
| 935 | |
Fredrik Luthander | fe72002 | 2012-03-22 17:29:39 +0100 | [diff] [blame] | 936 | [[examples_integrator]] |
| 937 | Integrator |
| 938 | ~~~~~~~~~~ |
| 939 | |
| 940 | Integrators are like developers but with some additional rights granted due |
| 941 | to their administrative role in a project. They can upload or push any commit |
| 942 | with any committer email (not just their own) and they can also create new |
| 943 | tags and branches. |
| 944 | |
| 945 | Suggested access rights to grant: |
| 946 | |
| 947 | * <<examples_developer,Developer rights>> |
| 948 | * <<category_push,`Push`>> to 'refs/heads/*' |
| 949 | * <<category_push_merge,`Push merge commit`>> to 'refs/heads/*' |
Fredrik Luthander | 404a285 | 2012-10-10 08:51:22 +0200 | [diff] [blame] | 950 | * <<category_forge_committer,`Forge Committer Identity`>> to 'refs/for/refs/heads/*' |
Fredrik Luthander | fe72002 | 2012-03-22 17:29:39 +0100 | [diff] [blame] | 951 | * <<category_create,`Create Reference`>> to 'refs/heads/*' |
| 952 | * <<category_push_annotated,`Push Annotated Tag`>> to 'refs/tags/*' |
| 953 | |
| 954 | |
Fredrik Luthander | 9c64536 | 2012-03-22 18:10:42 +0100 | [diff] [blame] | 955 | [[examples_project-owner]] |
| 956 | Project owner |
| 957 | ~~~~~~~~~~~~~ |
| 958 | |
| 959 | The project owner is almost like an integrator but with additional destructive |
| 960 | power in the form of being able to delete branches. Optionally these users |
| 961 | also have the power to configure access rights in gits assigned to them. |
| 962 | |
| 963 | [WARNING] |
Gustaf Lundh | a28a1d2 | 2013-05-08 15:05:12 +0100 | [diff] [blame] | 964 | These users should be really knowledgeable about git, for instance knowing why |
Fredrik Luthander | 9c64536 | 2012-03-22 18:10:42 +0100 | [diff] [blame] | 965 | tags never should be removed from a server. This role is granted potentially |
| 966 | destructive access rights and cleaning up after such a mishap could be time |
| 967 | consuming! |
| 968 | |
| 969 | Suggested access rights to grant: |
| 970 | |
| 971 | * <<examples_integrator,Integrator rights>> |
| 972 | * <<category_push,`Push`>> with the force option to 'refs/heads/\*' and 'refs/tags/*' |
| 973 | |
| 974 | Optional access right to grant: |
| 975 | |
| 976 | * <<category_owner,`Owner`>> in the gits they mostly work with. |
| 977 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 978 | |
Fredrik Luthander | 5a8e7d8 | 2012-03-22 17:29:39 +0100 | [diff] [blame] | 979 | [[examples_administrator]] |
| 980 | Administrator |
| 981 | ~~~~~~~~~~~~~ |
| 982 | |
| 983 | The administrator role is the most powerful role known in the Gerrit universe. |
| 984 | This role may grant itself (or others) any access right, and it already has |
| 985 | all capabilities granted as well. By default the |
| 986 | <<administrators,`Administrators` group>> is the group that has this role. |
| 987 | |
| 988 | Mandatory access rights: |
| 989 | |
| 990 | * <<capability_administrateServer,The `Administrate Server` capability>> |
| 991 | |
| 992 | Suggested access rights to grant: |
| 993 | |
| 994 | * <<examples_project-owner,Project owner rights>> |
| 995 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 996 | |
Sasa Zivkov | d589f46 | 2013-02-12 14:27:09 +0100 | [diff] [blame] | 997 | Enforcing site wide access policies |
| 998 | ----------------------------------- |
| 999 | |
| 1000 | By granting the <<category_owner,`Owner`>> access right on the `refs/*` to a |
| 1001 | group, Gerrit administrators can delegate the responsibility of maintaining |
| 1002 | access rights for that project to that group. |
| 1003 | |
| 1004 | In a corporate deployment it is often necessary to enforce some access |
| 1005 | policies. An example could be that no-one can update or delete a tag, not even |
| 1006 | the project owners. The 'ALLOW' and 'DENY' rules are not enough for this |
| 1007 | purpose as project owners can grant themselves any access right they wish and, |
| 1008 | thus, effectively override any inherited access rights from the |
| 1009 | "`All-Projects`" or some other common parent project. |
| 1010 | |
| 1011 | What is needed is a mechanism to block a permission in a parent project so |
| 1012 | that even project owners cannot allow a blocked permission in their child |
| 1013 | project. Still, project owners should retain the possibility to manage all |
| 1014 | non-blocked rules as they wish. This gives best of both worlds: |
| 1015 | |
| 1016 | * Gerrit administrators can concentrate on enforcing site wide policies |
| 1017 | and providing a meaningful set of default access permissions |
| 1018 | * Project owners can manage access rights of their projects without a danger |
| 1019 | of violating a site wide policy |
| 1020 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 1021 | |
Edwin Kempin | 60ab853 | 2013-03-27 14:33:46 +0100 | [diff] [blame] | 1022 | [[block]] |
Sasa Zivkov | d589f46 | 2013-02-12 14:27:09 +0100 | [diff] [blame] | 1023 | 'BLOCK' access rule |
| 1024 | ~~~~~~~~~~~~~~~~~~~ |
| 1025 | |
| 1026 | The 'BLOCK' rule blocks a permission globally. An inherited 'BLOCK' rule cannot |
Sasa Zivkov | cff084b | 2013-01-15 18:52:32 +0100 | [diff] [blame] | 1027 | be overridden in the inheriting project. Any 'ALLOW' rule, from a different |
| 1028 | access section or from an inheriting project, which conflicts with an |
| 1029 | inherited 'BLOCK' rule will not be honored. Searching for 'BLOCK' rules, in |
Sasa Zivkov | d589f46 | 2013-02-12 14:27:09 +0100 | [diff] [blame] | 1030 | the chain of parent projects, ignores the Exclusive flag that is normally |
| 1031 | applied to access sections. |
| 1032 | |
| 1033 | A 'BLOCK' rule that blocks the 'push' permission blocks any type of push, |
| 1034 | force or not. A blocking force push rule blocks only force pushes, but |
| 1035 | allows non-forced pushes if an 'ALLOW' rule would have permitted it. |
| 1036 | |
| 1037 | It is also possible to block label ranges. To block a group 'X' from voting |
| 1038 | '-2' and '+2', but keep their existing voting permissions for the '-1..+1' |
| 1039 | range intact we would define: |
| 1040 | |
| 1041 | ==== |
| 1042 | [access "refs/heads/*"] |
| 1043 | label-Code-Review = block -2..+2 group X |
| 1044 | ==== |
| 1045 | |
| 1046 | The interpretation of the 'min..max' range in case of a blocking rule is: block |
| 1047 | every vote from '-INFINITE..min' and 'max..INFINITE'. For the example above it |
| 1048 | means that the range '-1..+1' is not affected by this block. |
| 1049 | |
Sasa Zivkov | cff084b | 2013-01-15 18:52:32 +0100 | [diff] [blame] | 1050 | 'BLOCK' and 'ALLOW' rules in the same access section |
| 1051 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 1052 | |
| 1053 | When an access section of a project contains a 'BLOCK' and an 'ALLOW' rule for |
| 1054 | the same permission then this 'ALLOW' rule overrides the 'BLOCK' rule: |
| 1055 | |
| 1056 | ==== |
| 1057 | [access "refs/heads/*"] |
| 1058 | push = block group X |
| 1059 | push = group Y |
| 1060 | ==== |
| 1061 | |
| 1062 | In this case a user which is a member of the group 'Y' will still be allowed to |
| 1063 | push to 'refs/heads/*' even if it is a member of the group 'X'. |
| 1064 | |
| 1065 | NOTE: An 'ALLOW' rule overrides a 'BLOCK' rule only when both of them are |
| 1066 | inside the same access section of the same project. An 'ALLOW' rule in a |
| 1067 | different access section of the same project or in any access section in an |
| 1068 | inheriting project cannot override a 'BLOCK' rule. |
| 1069 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 1070 | |
Sasa Zivkov | d589f46 | 2013-02-12 14:27:09 +0100 | [diff] [blame] | 1071 | Examples |
| 1072 | ~~~~~~~~ |
| 1073 | |
| 1074 | The following examples show some possible use cases for the 'BLOCK' rules. |
| 1075 | |
| 1076 | Make sure no one can update or delete a tag |
| 1077 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 1078 | |
| 1079 | This requirement is quite common in a corporate deployment where |
| 1080 | reproducibility of a build must be guaranteed. To achieve that we block 'push' |
| 1081 | permission for the <<anonymous_users,'Anonymous Users'>> in "`All-Projects`": |
| 1082 | |
| 1083 | ==== |
| 1084 | [access "refs/tags/*"] |
| 1085 | push = block group Anonymous Users |
| 1086 | ==== |
| 1087 | |
| 1088 | By blocking the <<anonymous_users,'Anonymous Users'>> we effectively block |
| 1089 | everyone as everyone is a member of that group. Note that the permission to |
| 1090 | create a tag is still necessary. Assuming that only <<category_owner,project |
| 1091 | owners>> are allowed to create tags, we would extend the example above: |
| 1092 | |
| 1093 | ==== |
| 1094 | [access "refs/tags/*"] |
| 1095 | push = block group Anonymous Users |
| 1096 | create = group Project Owners |
| 1097 | pushTag = group Project Owners |
| 1098 | ==== |
Fredrik Luthander | 9c64536 | 2012-03-22 18:10:42 +0100 | [diff] [blame] | 1099 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 1100 | |
Sasa Zivkov | cff084b | 2013-01-15 18:52:32 +0100 | [diff] [blame] | 1101 | Let only a dedicated group vote in a special category |
| 1102 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 1103 | |
| 1104 | Assume there is a more restrictive process for submitting changes in stable |
| 1105 | release branches which is manifested as a new voting category |
| 1106 | 'Release-Process'. Assume we want to make sure that only a 'Release Engineers' |
| 1107 | group can vote in this category and that even project owners cannot approve |
| 1108 | this category. We have to block everyone except the 'Release Engineers' to vote |
| 1109 | in this category and, of course, allow 'Release Engineers' to vote in that |
| 1110 | category. In the "`All-Projects`" we define the following rules: |
| 1111 | |
| 1112 | ==== |
| 1113 | [access "refs/heads/stable*"] |
Gustaf Lundh | a28a1d2 | 2013-05-08 15:05:12 +0100 | [diff] [blame] | 1114 | label-Release-Process = block -1..+1 group Anonymous Users |
| 1115 | label-Release-Process = -1..+1 group Release Engineers |
Sasa Zivkov | cff084b | 2013-01-15 18:52:32 +0100 | [diff] [blame] | 1116 | ==== |
| 1117 | |
David Pursehouse | 8becc2a | 2013-04-23 18:51:04 +0900 | [diff] [blame] | 1118 | [[global_capabilities]] |
| 1119 | Global Capabilities |
Fredrik Luthander | 80ebf9d | 2012-02-13 09:32:43 +0100 | [diff] [blame] | 1120 | ------------------- |
| 1121 | |
David Pursehouse | 8becc2a | 2013-04-23 18:51:04 +0900 | [diff] [blame] | 1122 | The global capabilities control actions that the administrators of |
Fredrik Luthander | 80ebf9d | 2012-02-13 09:32:43 +0100 | [diff] [blame] | 1123 | the server can perform which usually affect the entire |
| 1124 | server in some way. The administrators may delegate these |
| 1125 | capabilities to trusted groups of users. |
| 1126 | |
| 1127 | Delegation of capabilities allows groups to be granted a subset of |
| 1128 | administrative capabilities without being given complete |
| 1129 | administrative control of the server. This makes it possible to |
| 1130 | keep fewer users in the administrators group, even while spreading |
| 1131 | much of the server administration burden out to more users. |
| 1132 | |
David Pursehouse | 8becc2a | 2013-04-23 18:51:04 +0900 | [diff] [blame] | 1133 | Global capabilities are assigned to groups in the access rights settings |
| 1134 | of the root project ("`All-Projects`"). |
| 1135 | |
Fredrik Luthander | 80ebf9d | 2012-02-13 09:32:43 +0100 | [diff] [blame] | 1136 | Below you find a list of capabilities available: |
| 1137 | |
| 1138 | |
David Pursehouse | 11c4c5f | 2013-06-09 08:07:23 +0900 | [diff] [blame] | 1139 | [[capability_accessDatabase]] |
| 1140 | Access Database |
| 1141 | ~~~~~~~~~~~~~~~ |
| 1142 | |
| 1143 | Allow users to access the database using the `gsql` command. |
| 1144 | |
| 1145 | |
Fredrik Luthander | 426885f | 2012-02-13 09:56:57 +0100 | [diff] [blame] | 1146 | [[capability_administrateServer]] |
| 1147 | Administrate Server |
| 1148 | ~~~~~~~~~~~~~~~~~~~ |
| 1149 | |
| 1150 | This is in effect the owner and administrator role of the Gerrit |
| 1151 | instance. Any members of a group granted this capability will be |
| 1152 | able to grant any access right to any group. They will also have all |
| 1153 | capabilities granted to them automatically. |
| 1154 | |
| 1155 | |
Fredrik Luthander | b02afca | 2012-02-13 09:59:48 +0100 | [diff] [blame] | 1156 | [[capability_createAccount]] |
| 1157 | Create Account |
| 1158 | ~~~~~~~~~~~~~~ |
| 1159 | |
Fredrik Luthander | 79d3815 | 2012-03-13 09:52:22 +0100 | [diff] [blame] | 1160 | Allow link:cmd-create-account.html[account creation over the ssh prompt]. |
Fredrik Luthander | b02afca | 2012-02-13 09:59:48 +0100 | [diff] [blame] | 1161 | This capability allows the granted group members to create non-interactive |
| 1162 | service accounts. These service accounts are generally used for automation |
| 1163 | and made to be members of the |
| 1164 | link:access-control.html#non-interactive_users['Non-Interactive users'] group. |
| 1165 | |
| 1166 | |
Fredrik Luthander | 79d3815 | 2012-03-13 09:52:22 +0100 | [diff] [blame] | 1167 | [[capability_createGroup]] |
| 1168 | Create Group |
| 1169 | ~~~~~~~~~~~~ |
| 1170 | |
| 1171 | Allow group creation. Groups are used to grant users access to different |
| 1172 | actions in projects. This capability allows the granted group members to |
| 1173 | either link:cmd-create-group.html[create new groups via ssh] or via the web UI. |
| 1174 | |
| 1175 | |
| 1176 | [[capability_createProject]] |
| 1177 | Create Project |
| 1178 | ~~~~~~~~~~~~~~ |
| 1179 | |
| 1180 | Allow project creation. This capability allows the granted group to |
| 1181 | either link:cmd-create-project.html[create new git projects via ssh] |
| 1182 | or via the web UI. |
| 1183 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 1184 | |
Sasa Zivkov | 812f489 | 2012-06-21 16:25:21 +0200 | [diff] [blame] | 1185 | [[capability_emailReviewers]] |
| 1186 | Email Reviewers |
| 1187 | ~~~~~~~~~~~~~~~ |
| 1188 | |
| 1189 | Allow or deny sending email to change reviewers and watchers. This can be used |
| 1190 | to deny build bots from emailing reviewers and people who watch the change. |
| 1191 | Instead, only the authors of the change and those who starred it will be |
| 1192 | emailed. The allow rules are evaluated before deny rules, however the default |
| 1193 | is to allow emailing, if no explicit rule is matched. |
Fredrik Luthander | 79d3815 | 2012-03-13 09:52:22 +0100 | [diff] [blame] | 1194 | |
Fredrik Luthander | a8aa9c5 | 2013-05-09 14:50:39 +0200 | [diff] [blame] | 1195 | |
Fredrik Luthander | 74ad0d0 | 2012-03-13 13:06:30 +0100 | [diff] [blame] | 1196 | [[capability_flushCaches]] |
| 1197 | Flush Caches |
| 1198 | ~~~~~~~~~~~~ |
| 1199 | |
Fredrik Luthander | 4860300 | 2012-03-21 18:17:17 +0100 | [diff] [blame] | 1200 | Allow the flushing of Gerrit's caches. This capability allows the granted |
Fredrik Luthander | 74ad0d0 | 2012-03-13 13:06:30 +0100 | [diff] [blame] | 1201 | group to link:cmd-flush-caches.html[flush some or all Gerrit caches via ssh]. |
| 1202 | |
| 1203 | [NOTE] |
| 1204 | This capability doesn't imply permissions to the show-caches command. For that |
| 1205 | you need the <<capability_viewCaches,view caches capability>>. |
| 1206 | |
| 1207 | |
David Pursehouse | cbd22ac | 2013-06-09 08:03:14 +0900 | [diff] [blame] | 1208 | [[capability_generateHttpPassword]] |
| 1209 | Generate HTTP Password |
| 1210 | ~~~~~~~~~~~~~~~~~~~~~~ |
| 1211 | |
| 1212 | Allow the user to generate HTTP passwords for other users. Typically this would |
| 1213 | be assigned to a non-interactive users group. |
| 1214 | |
| 1215 | |
Fredrik Luthander | 4684302 | 2012-03-13 16:11:02 +0100 | [diff] [blame] | 1216 | [[capability_kill]] |
| 1217 | Kill Task |
| 1218 | ~~~~~~~~~ |
| 1219 | |
| 1220 | Allow the operation of the link:cmd-kill.html[kill command over ssh]. The |
| 1221 | kill command ends tasks that currently occupy the Gerrit server, usually |
| 1222 | a replication task or a user initiated task such as an upload-pack or |
Gustaf Lundh | a28a1d2 | 2013-05-08 15:05:12 +0100 | [diff] [blame] | 1223 | receive-pack. |
Fredrik Luthander | 4684302 | 2012-03-13 16:11:02 +0100 | [diff] [blame] | 1224 | |
| 1225 | |
| 1226 | [[capability_priority]] |
| 1227 | Priority |
| 1228 | ~~~~~~~~ |
| 1229 | |
| 1230 | This capability allows users to use |
| 1231 | link:config-gerrit.html#sshd.batchThreads[the thread pool reserved] for |
| 1232 | link:access-control.html#non-interactive_users['Non-Interactive Users']. |
| 1233 | It's a binary value in that granted users either have access to the thread |
| 1234 | pool, or they don't. |
| 1235 | |
| 1236 | There are three modes for this capability and they're listed by rising |
| 1237 | priority: |
| 1238 | |
| 1239 | No capability configured.:: |
| 1240 | The user isn't a member of a group with any priority capability granted. By |
| 1241 | default the user is then in the 'INTERACTIVE' thread pool. |
| 1242 | |
| 1243 | 'BATCH':: |
| 1244 | If there's a thread pool configured for 'Non-Interactive Users' and a user is |
| 1245 | granted the priority capability with the 'BATCH' mode selected, the user ends |
| 1246 | up in the separate batch user thread pool. This is true unless the user is |
| 1247 | also granted the below 'INTERACTIVE' option. |
| 1248 | |
| 1249 | 'INTERACTIVE':: |
| 1250 | If a user is granted the priority capability with the 'INTERACTIVE' option, |
| 1251 | regardless if they also have the 'BATCH' option or not, they are in the |
| 1252 | 'INTERACTIVE' thread pool. |
| 1253 | |
| 1254 | |
Fredrik Luthander | 80ebf9d | 2012-02-13 09:32:43 +0100 | [diff] [blame] | 1255 | [[capability_queryLimit]] |
| 1256 | Query Limit |
| 1257 | ~~~~~~~~~~~ |
| 1258 | |
| 1259 | Allow site administrators to configure the query limit for users to |
| 1260 | be above the default hard-coded value of 500. Administrators can add |
| 1261 | a global block to `All-Projects` with group(s) that |
| 1262 | should have different limits: |
| 1263 | |
| 1264 | When applying a query limit to a user the largest value granted by |
| 1265 | any of their groups is used. |
| 1266 | |
| 1267 | This limit applies not only to the link:cmd-query.html[`gerrit query`] |
| 1268 | command, but also to the web UI results pagination size. |
| 1269 | |
| 1270 | |
Shawn Pearce | bb027b0 | 2013-06-10 14:35:39 -0700 | [diff] [blame] | 1271 | [[capability_runAs]] |
| 1272 | Run As |
| 1273 | ~~~~~~ |
| 1274 | |
Shawn Pearce | f3ffd08 | 2013-06-12 11:21:35 -0700 | [diff] [blame] | 1275 | Allow users to impersonate any other user with the `X-Gerrit-RunAs` |
| 1276 | HTTP header on REST API calls, or the link:cmd-suexec.html[suexec] |
| 1277 | SSH command. |
| 1278 | |
| 1279 | When impersonating an administrator the Administrate Server capability |
| 1280 | is not honored. This security feature tries to prevent a role with |
| 1281 | Run As capability from modifying the access controls in All-Projects, |
| 1282 | however modification may still be possible if the impersonated user |
| 1283 | has permission to push or submit changes on `refs/meta/config`. Run |
| 1284 | As also blocks using most capabilities including Create User, Run |
| 1285 | Garbage Collection, etc., unless the capability is also explicitly |
| 1286 | granted to a group the administrator is a member of. |
| 1287 | |
| 1288 | Administrators do not automatically inherit this capability; it must |
| 1289 | be explicitly granted. |
Shawn Pearce | bb027b0 | 2013-06-10 14:35:39 -0700 | [diff] [blame] | 1290 | |
| 1291 | |
Edwin Kempin | 619169b | 2012-02-09 15:47:52 +0100 | [diff] [blame] | 1292 | [[capability_runGC]] |
| 1293 | Run Garbage Collection |
| 1294 | ~~~~~~~~~~~~~~~~~~~~~~ |
| 1295 | |
| 1296 | Allow users to run the Git garbage collection for the repositories of |
| 1297 | all projects. |
| 1298 | |
| 1299 | |
Fredrik Luthander | 9c7da66 | 2012-03-13 17:49:27 +0100 | [diff] [blame] | 1300 | [[capability_startReplication]] |
| 1301 | Start Replication |
| 1302 | ~~~~~~~~~~~~~~~~~ |
| 1303 | |
Shawn O. Pearce | 7d2cb04 | 2012-05-10 19:12:09 -0700 | [diff] [blame] | 1304 | Allow access to execute `replication start` command, if the |
| 1305 | replication plugin is installed on the server. |
Fredrik Luthander | 9c7da66 | 2012-03-13 17:49:27 +0100 | [diff] [blame] | 1306 | |
| 1307 | |
Ed Bartosh | d168b81 | 2013-04-13 20:15:58 +0300 | [diff] [blame] | 1308 | [[capability_streamEvents]] |
| 1309 | Stream Events |
| 1310 | ~~~~~~~~~~~~~ |
| 1311 | |
| 1312 | Allow performing streaming of Gerrit events. This capability |
| 1313 | allows the granted group to |
| 1314 | link:cmd-stream-events.html[stream Gerrit events via ssh]. |
| 1315 | |
| 1316 | |
Fredrik Luthander | 9c7da66 | 2012-03-13 17:49:27 +0100 | [diff] [blame] | 1317 | [[capability_viewCaches]] |
| 1318 | View Caches |
| 1319 | ~~~~~~~~~~~ |
| 1320 | |
Fredrik Luthander | 4860300 | 2012-03-21 18:17:17 +0100 | [diff] [blame] | 1321 | Allow querying for status of Gerrit's internal caches. This capability allows |
Fredrik Luthander | 9c7da66 | 2012-03-13 17:49:27 +0100 | [diff] [blame] | 1322 | the granted group to |
| 1323 | link:cmd-show-caches.html[look at some or all Gerrit caches via ssh]. |
| 1324 | |
| 1325 | |
Fredrik Luthander | 4860300 | 2012-03-21 18:17:17 +0100 | [diff] [blame] | 1326 | [[capability_viewConnections]] |
| 1327 | View Connections |
| 1328 | ~~~~~~~~~~~~~~~~ |
| 1329 | |
| 1330 | Allow querying for status of Gerrit's current client connections. This |
| 1331 | capability allows the granted group to |
| 1332 | link:cmd-show-connections.html[look at Gerrit's current connections via ssh]. |
| 1333 | |
| 1334 | |
| 1335 | [[capability_viewQueue]] |
| 1336 | View Queue |
| 1337 | ~~~~~~~~~~ |
| 1338 | |
| 1339 | Allow querying for status of Gerrit's internal task queue. This capability |
| 1340 | allows the granted group to |
| 1341 | link:cmd-show-queue.html[look at the Gerrit task queue via ssh]. |
| 1342 | |
| 1343 | |
Shawn O. Pearce | 5500e69 | 2009-05-28 15:55:01 -0700 | [diff] [blame] | 1344 | GERRIT |
| 1345 | ------ |
| 1346 | Part of link:index.html[Gerrit Code Review] |