You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate and implement the FIPS compliance testing for the Distributed Workloads stack, ensuring that it adheres to the required security standards mandated by FIPS .
While running upstream tests against the cluster in codeflare operator with FIPS Enabled mode Noticed below warnings
mnist_raycluster_sdk_test.go:70: Created ConfigMap test-ns-mdmdq/mnist-raycluster-sdk successfully
W1011 14:41:01.398608 41981 warnings.go:70] would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "test" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "test" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "test" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "test" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
mnist_raycluster_sdk_test.go:205: Created Job test-ns-mdmdq/sdk successfully
Static scanning for operator images check-payload is done and no Errors/warnings noticed
Investigate and implement the FIPS compliance testing for the Distributed Workloads stack, ensuring that it adheres to the required security standards mandated by FIPS .
References:
https://docs.openshift.com/container-platform/4.12/installing/installing-fips.html
The text was updated successfully, but these errors were encountered: