Skip to content

Commit

Permalink
Enforce privileged PSA by default
Browse files Browse the repository at this point in the history
Align HyperShift with OpenShift's expectation that PSA is enforcing privileged by default instead of restricted.
  • Loading branch information
Evan Reilly authored and Evan Reilly committed Jan 10, 2025
1 parent 1388902 commit 6acc352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func generateConfig(p KubeAPIServerConfigParams) *kcpv1.KubeAPIServerConfig {
Kind: "PodSecurityConfiguration",
},
Defaults: podsecurityadmissionv1beta1.PodSecurityDefaults{
Enforce: "restricted",
Enforce: "privileged",
EnforceVersion: "latest",
Audit: "restricted",
AuditVersion: "latest",
Expand Down

0 comments on commit 6acc352

Please sign in to comment.