Skip to content

CMP-4434: Add manual rule kubevirt-use-multi-network-policies CIS OCP-Virt 4.3 - #14928

Merged
yuumasato merged 2 commits into
ComplianceAsCode:masterfrom
taimurhafeez:CMP-4434-Add-rule-use-multi-network-policies-CIS-OCP-Virt-4.3
Aug 12, 2026
Merged

CMP-4434: Add manual rule kubevirt-use-multi-network-policies CIS OCP-Virt 4.3#14928
yuumasato merged 2 commits into
ComplianceAsCode:masterfrom
taimurhafeez:CMP-4434-Add-rule-use-multi-network-policies-CIS-OCP-Virt-4.3

Conversation

@taimurhafeez

Copy link
Copy Markdown
Contributor

Summary

  • Add manual rule kubevirt-use-multi-network-policies for CIS OCP-Virt 4.3 (Use multi-network policies, Level 2)
  • Rule is manual because MultiNetworkPolicy is not a registered resource type on test clusters (OCP 4.22, disabled in Cluster Network Operator) — a CEL check would fetch an unregistered type and produce misleading results
  • Audit procedure: oc get multi-networkpolicies -A
  • Update build_cel_content.py to warn (instead of error) when a CEL profile references rules without CEL checks, allowing manual rules in CEL profiles
  • Update CEL documentation to reflect manual rule support

Test plan

  • ./build_product ocp4 --cel-content=ocp4 completes with warning, no errors
  • Manual rule is excluded from build/ocp4-cel-content.yaml (expected — no CEL expression)
  • Existing CEL rules in cis-vm-extension profile are unaffected

Co Authored by Claude.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Used by openshift-ci bot. label Jul 24, 2026
@openshift-ci

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown

Hi @taimurhafeez. Thanks for your PR.

I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@Anna-Koudelkova

Copy link
Copy Markdown
Collaborator

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Used by openshift-ci bot. and removed needs-ok-to-test Used by openshift-ci bot. labels Jul 24, 2026
@jan-cerny jan-cerny added the OpenShift OpenShift product related. label Jul 28, 2026
@Vincent056

Copy link
Copy Markdown
Contributor

LGTM on the rule content (matches the plan decision to ship CIS 4.3 as Manual — MultiNetworkPolicy CRD is disabled by default). Two asks: (1) rebase to drop the duplicated build-script/docs change once #14920 merges; (2) mention in the description that the audit requires useMultiNetworkPolicy: true in the Cluster Network Operator config.

rhmdnd
rhmdnd previously requested changes Aug 5, 2026

@rhmdnd rhmdnd left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but we'll need to rebase and add something more to the description that points users to CustomRules as a way to automate this finding.

@rhmdnd rhmdnd added the CIS CIS Benchmark related. label Aug 5, 2026
@taimurhafeez
taimurhafeez force-pushed the CMP-4434-Add-rule-use-multi-network-policies-CIS-OCP-Virt-4.3 branch from 5644a34 to e45ff9e Compare August 6, 2026 10:45
@openshift-ci openshift-ci Bot added the needs-rebase Used by openshift-ci bot. label Aug 7, 2026
@taimurhafeez
taimurhafeez force-pushed the CMP-4434-Add-rule-use-multi-network-policies-CIS-OCP-Virt-4.3 branch from e45ff9e to 6612be3 Compare August 10, 2026 09:05
@openshift-ci openshift-ci Bot removed the needs-rebase Used by openshift-ci bot. label Aug 10, 2026
status and points organizations to CustomRules for automation.

Co-Authored-By: Claude Opus 4.6
@taimurhafeez
taimurhafeez force-pushed the CMP-4434-Add-rule-use-multi-network-policies-CIS-OCP-Virt-4.3 branch from 6612be3 to 968e89b Compare August 10, 2026 15:04

@Vincent056 Vincent056 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@yuumasato yuumasato added this to the 0.1.82 milestone Aug 11, 2026

title: 'Use Multi-Network Policies'

description: |-

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After reading these manual rule descriptions a few times, I think they are a bit backwards.

First thing in the description should be what the rule is or should be checking for, then we can say we cannot automate the rule, then suggest how they can do it themselves.
Additionally, it looks like the rule description is a bit misaligned.
For example:

    Ensure that at least one <tt>MultiNetworkPolicy</tt> object exists in each namespace
    defined in the cluster. Where each <tt>MultiNetworkPollicy</tt> must match a VM and the
    <tt>NetworkAttachmentDefinition</tt> the VM is connected to.

    Because the required multi-network policy configuration is specific
    to each cluster's secondary network topology, this rule cannot be
    evaluated automatically and always reports a manual status.

    Organizations that use secondary networks should consider creating
    a CustomRule with a CEL expression.

Then, ideally have an example CEL expression that users an use as a base to write their own expression.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do this improvement in a follow up PR.

@yuumasato yuumasato left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@Vincent056

Copy link
Copy Markdown
Contributor

/ok-to-test

@openshift-ci

openshift-ci Bot commented Aug 12, 2026

Copy link
Copy Markdown

@taimurhafeez: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-openshift-node-compliance 968e89b link false /test e2e-aws-openshift-node-compliance

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@yuumasato
yuumasato dismissed rhmdnd’s stale review August 12, 2026 15:20

Lance's concerns have been addressed.

@yuumasato
yuumasato merged commit 85ce7cc into ComplianceAsCode:master Aug 12, 2026
70 of 73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CIS CIS Benchmark related. ok-to-test Used by openshift-ci bot. OpenShift OpenShift product related.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants