Closed jbrisbin closed 1 year ago
We should support remediation for Open Policy Agent violations by providing recipes that are targeted to the standard Gatekeeper library policies.
Here are some general policies to support:
There are additional policies that have analogues as PodSecurityPolicies that we should also support.
TODO: psp list
We should support remediation for Open Policy Agent violations by providing recipes that are targeted to the standard Gatekeeper library policies.
Here are some general policies to support:
Cap container requests/limit ratios to a given maximum ratio.(No clear rule for which to adjust. MergeYaml?)Configure TLS and set the annotation to disallow HTTP on ingress configurations.(Use MergeYaml)Set metadata annotation and value on some resources.(Use MergeYaml)Set metadata label and value on some resources.(Use MergeYaml)Add liveness and readiness probes to Pod specs.(MergeYaml or similar)Search for ingress configurations that have duplicate hostnames.(Needs cross-repo search)Search for services that have duplicate label selectors.(Needs cross-repo search)Update label selectors for services.(Use MergeYaml)There are additional policies that have analogues as PodSecurityPolicies that we should also support.
TODO: psp list