mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
openshift/rbac: allow project owners to cancel-builds
This tweaks project-owners RBAC to allow updating a build, in order to make `cancel-build` work. Ref: https://pagure.io/fedora-infrastructure/issue/8005 Signed-off-by: Luca BRUNO <luca.bruno@coreos.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
92b21d3522
commit
9c64952e3b
@@ -79,8 +79,10 @@ rules:
|
||||
attributeRestrictions: null
|
||||
resources:
|
||||
- buildconfigs/instantiate
|
||||
- builds
|
||||
verbs:
|
||||
- create
|
||||
- update
|
||||
- apiGroups:
|
||||
- "*"
|
||||
attributeRestrictions: null
|
||||
|
||||
Reference in New Issue
Block a user