Problem scenario
You are trying to create a virtual router in OpenShift. When you run the command “oc adm router goodname” you get this error:
“error: router could not be created; could not retrieve list of security constraints to verify service account “router”: securitycontextconstraints.security.openshift.io is forbidden: User “jdoe” cannot list securitycontextconstraints.security.openshift.io at the cluster scope: User “jdoe” cannot list all securitycontextconstraints.security.openshift.io in the cluster”
What should you do?
…