diff options
author | drew cimino <dcimino@gitlab.com> | 2019-08-13 19:03:05 -0400 |
---|---|---|
committer | drew cimino <dcimino@gitlab.com> | 2019-08-22 11:48:24 -0400 |
commit | d29ea1fa13c730abfb9ee1f88ec703e29b234970 (patch) | |
tree | 14d71bdfaf2c65f0fb7096b2aea99461731dffa9 /changelogs | |
parent | 03bf3271c1a80db87a1a0bf23b6472f2d939861f (diff) | |
download | gitlab-ce-d29ea1fa13c730abfb9ee1f88ec703e29b234970.tar.gz |
admin_group authorization for Groups::RunnersController
- Use authorize_admin_group! instead of authorize_admin_pipeline!
- Added role-based permission specs for Groups::RunnersController
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/security-group-runners-permissions.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-group-runners-permissions.yml b/changelogs/unreleased/security-group-runners-permissions.yml new file mode 100644 index 00000000000..6c74be30b6d --- /dev/null +++ b/changelogs/unreleased/security-group-runners-permissions.yml @@ -0,0 +1,5 @@ +--- +title: Use admin_group authorization in Groups::RunnersController +merge_request: +author: +type: security |