summaryrefslogtreecommitdiff
path: root/app/policies
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 00:08:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 00:08:14 +0000
commited4df05ce917d6cf175aeb508b0485ae5f281a0a (patch)
tree9313abd8fd41a78eb2bf1ffd0f95f10b69cd25cb /app/policies
parent1bdb3fe3821fc3d222361d8b2e2ec2fea2915372 (diff)
downloadgitlab-ce-ed4df05ce917d6cf175aeb508b0485ae5f281a0a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/group_policy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/policies/group_policy.rb b/app/policies/group_policy.rb
index 3bb7ab05be2..2e3abf2b75a 100644
--- a/app/policies/group_policy.rb
+++ b/app/policies/group_policy.rb
@@ -93,6 +93,7 @@ class GroupPolicy < BasePolicy
enable :create_cluster
enable :update_cluster
enable :admin_cluster
+ enable :destroy_deploy_token
end
rule { owner }.policy do