Reporting a typo in the documentation for SIDB README.md - OpenShift Context Contstratints
In step 2 it provides the following:
Apply the file openshift_rbac.yaml with cluster-admin user privileges.
oc apply -f openshift-rbac.yaml
The file name in the command used to apply the yaml file is incorrect, it contains a "-" instead of "_" . It should be:
oc apply -f openshift_rbac.yaml