Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 411 Bytes

Instructions

  1. With the admin user create a role pod-reader.yaml

    oc create -f pod-reader.yaml -n bit-play

  2. Create the binding for the user1

    oc create -f pod-reader-binding.yaml -n bit-play

  3. Show that can only see the pods nothing else.

  4. Add the standard view binding.

    oc adm policy add-role-to-user view user1 -n bit-play

  5. Show that can view everything on the namespace.