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
It seems that a fix beyond #244 is needed to solve #243 in all cluster configurations.
In OpenShift, SecurityContextConstraints can forbid the fsGroup value we added:
Error creating: pods "cryostat-sample-775b9b7d9d-" is forbidden: unable to validate against any security context constraint: [provider restricted: .spec.securityContext.fsGroup: Invalid value: []int64{18500}: 18500 is not an allowed group]
It seems that a fix beyond #244 is needed to solve #243 in all cluster configurations.
In OpenShift, SecurityContextConstraints can forbid the
fsGroup
value we added:https://docs.openshift.com/container-platform/4.8/authentication/managing-security-context-constraints.html#security-context-constraints-pre-allocated-values_configuring-internal-oauth
There are also PodSecurityPolicies, where a range of GIDs can be specified for allowable
fsGroup
values:https://kubernetes.io/docs/concepts/policy/pod-security-policy/
The text was updated successfully, but these errors were encountered: