You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for disabling builds by strategy was at one point
updated to include inaccurate instructions [1]. When followed end to
end, these instructions granted the `admin` and `edit` user roles
permission to run builds with the `Source` and `Custom` build
strategies. The latter build strategy is particularly dangerous, as it
grants users permission to execute arbitrary commands in a privileged
container.
This change restores these instructions to the original intent of
verifying that the `admin` and `edit` user roles do not have permission
to create Docker strategy builds. It also simplifies the instruction to
add the `autoupdate=false` RBAC annotation.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1923869
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
0 commit comments