-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
ROSA HCP doesn't support remediations, since many remediations require access to the control plane, which isn't possible in the HCP architecture.
We already have some logic in the Compliance Operator that skips creating the `default-auto-apply` scan setting when running on ROSA HCP.
https://github.com/ComplianceAsCode/compliance-operator/blob/master/cmd/manager/operator.go#L670
We should also apply this same logic to the ScanSetting reconcile loop so that it doesn't let users create scan settings with `autoApplyRemediations: true` if they're on a platform that doesn't support it.