Skip to content

Commit 7cb5c5d

Browse files
committed
OSDOCS-7812 added note about FIPS compliance to the CO docs
1 parent dbf78ca commit 7cb5c5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

security/compliance_operator/co-scans/compliance-operator-remediation.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ toc::[]
88

99
Each `ComplianceCheckResult` represents a result of one compliance rule check. If the rule can be remediated automatically, a `ComplianceRemediation` object with the same name, owned by the `ComplianceCheckResult` is created. Unless requested, the remediations are not applied automatically, which gives an {product-title} administrator the opportunity to review what the remediation does and only apply a remediation once it has been verified.
1010

11+
[IMPORTANT]
12+
====
13+
Full remediation for Federal Information Processing Standards (FIPS) compliance requires enabling FIPS mode for the cluster. To enable FIPS mode, you must run the installation program from a {op-system-base-full} computer configured to operate in FIPS mode. For more information about configuring FIPS mode on RHEL, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/assembly_installing-the-system-in-fips-mode_security-hardening[Installing the system in FIPS mode].
14+
15+
FIPS mode is supported on the following architectures:
16+
17+
* `x86_64`
18+
* `ppc64le`
19+
* `s390x`
20+
====
21+
1122
include::modules/compliance-filtering-results.adoc[leveloffset=+1]
1223

1324
include::modules/compliance-review.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)