Skip to content

Commit ce5e292

Browse files
authored
Merge pull request #82762 from sheriff-rh/CMP-2685
2 parents f02b95f + 29bc8c6 commit ce5e292

File tree

4 files changed

+75
-0
lines changed

4 files changed

+75
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,12 @@ Topics:
10981098
- Name: File Integrity Operator
10991099
Dir: file_integrity_operator
11001100
Topics:
1101+
- Name: File Integrity Operator Overview
1102+
File: fio-overview
11011103
- Name: File Integrity Operator release notes
11021104
File: file-integrity-operator-release-notes
1105+
- Name: File Integrity Operator support
1106+
File: fio-support
11031107
- Name: Installing the File Integrity Operator
11041108
File: file-integrity-operator-installation
11051109
- Name: Updating the File Integrity Operator
@@ -1119,6 +1123,8 @@ Topics:
11191123
File: spo-overview
11201124
- Name: Security Profiles Operator release notes
11211125
File: spo-release-notes
1126+
- Name: Security Profiles Operator support
1127+
File: spo-support
11221128
- Name: Understanding the Security Profiles Operator
11231129
File: spo-understanding
11241130
- Name: Enabling the Security Profiles Operator
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="fio-overview"]
3+
= File Integrity Operator overview
4+
include::_attributes/common-attributes.adoc[]
5+
:context: fio-overview
6+
7+
The File Integrity Operator continually runs file integrity checks on the cluster nodes. It deploys a DaemonSet that initializes and runs privileged link:https://aide.github.io/[Advanced Intrusion Detection Environment] (AIDE) containers on each node, providing a log of files that have been modified since the initial run of the DaemonSet pods.
8+
9+
For the latest updates, see the xref:../../security/file_integrity_operator/file-integrity-operator-release-notes.adoc#file-integrity-operator-release-notes[File Integrity Operator release notes].
10+
11+
xref:../../security/file_integrity_operator/file-integrity-operator-installation.adoc#installing-file-integrity-operator[Installing the File Integrity Operator]
12+
13+
xref:../../security/file_integrity_operator/file-integrity-operator-updating.adoc#file-integrity-operator-updating[Updating the File Integrity Operator]
14+
15+
xref:../../security/file_integrity_operator/file-integrity-operator-understanding.adoc#understanding-file-integrity-operator[Understanding the File Integrity Operator]
16+
17+
xref:../../security/file_integrity_operator/file-integrity-operator-configuring.adoc#configuring-file-integrity-operator[Configuring the Custom File Integrity Operator]
18+
19+
xref:../../security/file_integrity_operator/file-integrity-operator-advanced-usage.adoc#file-integrity-operator-advanced-usage[Performing advanced Custom File Integrity Operator tasks]
20+
21+
xref:../../security/file_integrity_operator/file-integrity-operator-troubleshooting.adoc#troubleshooting-file-integrity-operator[Troubleshooting the File Integrity Operator]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
//OpenShift File Integrity Operator support page
3+
[id="fio-support"]
4+
= File Integrity Operator support
5+
:context: fio-support
6+
include::_attributes/common-attributes.adoc[]
7+
8+
toc::[]
9+
10+
[id="fio-lifecycle_{context}"]
11+
== File Integrity Operator lifecycle
12+
13+
The File Integrity Operator is a "Rolling Stream" Operator, meaning updates are available asynchronously of {product-title} releases. For more information, see link:https://access.redhat.com/support/policy/updates/openshift_operators[OpenShift Operator Life Cycles] on the Red Hat Customer Portal.
14+
15+
include::modules/support.adoc[leveloffset=+1]
16+
17+
//If we ever add a must-gather for FIO:
18+
//include modules/fio-must-gather.adoc[leveloffset=+1]
19+
20+
//[role="_additional-resources"]
21+
//[id="additional-resources_{context}"]
22+
//== Additional resources
23+
//
24+
//* xref:../../support/gathering-cluster-data.adoc#about-must-gather_gathering-cluster-data[About the must-gather tool]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
//OpenShift Security Profiles Operator support page
3+
[id="spo-support"]
4+
= Security Profiles Operator support
5+
:context: spo-support
6+
include::_attributes/common-attributes.adoc[]
7+
8+
toc::[]
9+
10+
[id="spo-lifecycle_{context}"]
11+
== Security Profiles Operator lifecycle
12+
13+
The Security Profiles Operator is a "Rolling Stream" Operator, meaning updates are available asynchronously of {product-title} releases. For more information, see link:https://access.redhat.com/support/policy/updates/openshift_operators[OpenShift Operator Life Cycles] on the Red Hat Customer Portal.
14+
15+
include::modules/support.adoc[leveloffset=+1]
16+
17+
//If we ever add a must-gather for SPO:
18+
//include modules/spo-must-gather.adoc[leveloffset=+1]
19+
20+
//[role="_additional-resources"]
21+
//[id="additional-resources_{context}"]
22+
//== Additional resources
23+
//
24+
//* xref:../../support/gathering-cluster-data.adoc#about-must-gather_gathering-cluster-data[About the must-gather tool]

0 commit comments

Comments
 (0)