ComplianceAsCode / compliance-operator

Operator providing Kubernetes cluster compliance checks
Apache License 2.0
36 stars 22 forks source link

Audit log maxsize/maxbackup tests broken on HyperShift #510

Open Evan-Reilly opened 3 months ago

Evan-Reilly commented 3 months ago

HyperShift recently included the following change to the audit log configuration which was included in the 4.15.10 release: https://github.com/openshift/hypershift/pull/3816/files.

This change has caused the following OpenShift Compliance Operator tests to fail in 4.15 HyperShift (likely also the roks-profile-ocp-api-server-audit-log-maxbackup test, but we have this test disabled) .

This repo doesn't include the latest change to the maxsize/maxbackup options which would likely need to be necessary to get these tests to pass: https://github.com/search?q=repo%3AComplianceAsCode%2Fcompliance-operator+maxsize+maxbackup&type=code