Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 922 Bytes

File metadata and controls

28 lines (17 loc) · 922 Bytes

OpenShift File Integrity Operator

Usage

This is to deploy the File Integrity Operator into an OpenShift 4.7 or later cluster. This operator continually runs file integrity checks on the cluster nodes.

Install Operator Only

Reference on of the operator/overlays directories. For example:

oc apply -k file-integrity-operator/operator/overlays/stable

Or as part of your own kustomization.yaml file:

kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1

resources:
- github.com/redhat-cop/gitops-catalog/file-integrity-operator/operator/overlays/stable?ref=main

Configure File Integrity Scans

File integrity scans are configured with the FileIntegrity CR. You can try one of the samples available in the instance/overlays directory.