-
Bug
-
Resolution: Done
-
Major
-
DO280 - OCP 4.5 2 20201110
-
None
-
en-US (English)
URL:
Reporter RHNID:
Section: - Lab: Troubleshoot an OpenShift Cluster and Applications
Language: en-US (English)
Workaround:
Description: In task 4.2 we ask students to:
"Assign the self-provisioner role to the leaders group, which allows members to create projects. For this role to be effective, you must also remove the ability of any authenticated user to create new projects."
Which means, that the correct solution should be:
oc adm policy remove-cluster-role-from-group self-provisioner system:authenticated
and not the system:authenticated:oauth