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
When I fill settings only partially policy server won't start it with following errors:
# I don't fill any settings:
settings are not valid: Some("Invalid run_as_user settings: invalid rule.")
# I fill only run_as_user:
settings are not valid: Some("Invalid run_as_group settings: Invalid rule.")
# I fill run_as_user and run_as_group:
settings are not valid: Some("Invalid supplemental_groups settings: Invalid rule.")
To compare with original PSP - yaml copied from kubernetes.io docs: It defines only runAsUser settings.
Is there an existing issue for this?
Current Behavior
Policy requires all the settings to start.
When I fill settings only partially policy server won't start it with following errors:
To compare with original PSP - yaml copied from kubernetes.io docs: It defines only
runAsUser
settings.Expected Behavior
Policy should require only some setting to start (or none of them).
To Reproduce
Start policy with following settings:
The text was updated successfully, but these errors were encountered: