-
Notifications
You must be signed in to change notification settings - Fork 51
SecurityContextConstraints in openshift_rbac.yaml completly wrong formated #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, Above works for me and if the instances are configured to be in namespace default then they will start. But how to make them run in another namespace? Best regards, |
you have to apply the same SCC, role and role binding to every namespace you want to use for an Oracle database. BUT this is a setting I would NEVER recommend in an OpenShift environment from a security perspective. Oracle databases should run with an arbitrary UID like any other workload in OpenShift. |
@IshaanDesai45 looks good. tried with project I would update the documentation where the yaml has to be replaced I would recommend the following docu. in the file, eg rbac/default-ns-role-binding.yaml should be a place holder like $NAMESPACE export NAMESPACE=my-namespace
cat rbac/default-ns-role-binding.yaml | oc apply -f - |
@IshaanDesai45 sorry, the file is still incorrect, nearly all lines except the comments have a leading space. |
@rbaumgar fixed the formatting for the openshift_rbac.yaml |
the scc in the in openshift_rbac.yaml is completly wrong formated and has the wrong API.
https://github.com/oracle/oracle-database-operator/blob/main/config/samples/sidb/openshift_rbac.yaml
This might be the right content:
The text was updated successfully, but these errors were encountered: