-
Story
-
Resolution: Done
-
Major
-
DO280 - Early Access
-
None
-
ROLE
-
en-US (English)
URL: https://rol.redhat.com/rol-stage/app/courses/do280ea-4.5/pages/ch04s02
Reporter RHNID: rht-anhernan
Section: authorization-rbac-practice - Guided Exercise: Defining and Applying Permissions using RBAC
Language: en-US (English)
Workaround:
Description: > 1.2 List all cluster role bindings that reference the self-provisioner cluster role.
>
> $ oc get clusterrolebinding -o wide | grep -E 'NAME|self-provisioner'
That command has a shorter equivalent by listing the specific resource instead of grepping:
$ oc get clusterrolebinding/self-provisioners -o wide