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:
parent
92b21d3522
commit
9c64952e3b
1 changed files with 2 additions and 0 deletions
|
@ -79,8 +79,10 @@ rules:
|
||||||
attributeRestrictions: null
|
attributeRestrictions: null
|
||||||
resources:
|
resources:
|
||||||
- buildconfigs/instantiate
|
- buildconfigs/instantiate
|
||||||
|
- builds
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
- update
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "*"
|
- "*"
|
||||||
attributeRestrictions: null
|
attributeRestrictions: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue