Description of problem: Admin user can create resources (that are not DV/PVC) under golden images namespace. As an admin user I can create a VM under that namespace. Version-Release number of selected component (if applicable): kubevirt-ssp-operator-container-v2.5.0-55 How reproducible: 100% Steps to Reproduce: As admin user, create a VM under openshift-virtualization-os-images namespace Actual results: VM is successfully created. Expected results: Admin user should only be allowed to created DV/PVC in golden images namespace (openshift-virtualization-os-images). Additional info: $ oc create -f vm-cirros.yaml -n openshift-virtualization-os-images virtualmachine.kubevirt.io/vm-cirros created $ oc get vm -A NAMESPACE NAME AGE VOLUME openshift-virtualization-os-images vm-cirros 5s
Cluster admin has priviledges to do anything in any namespace.