From be06026579963fe71554a5517ca316728df99af7 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Tue, 10 Jun 2025 14:02:48 -0700 Subject: [PATCH] Syncing with Product PR #35. Signed-off-by: Sunil Singh --- docs/05.policy/13.usingcrd/13.usingcrd.md | 2 +- versioned_docs/version-5.4/05.policy/13.usingcrd/13.usingcrd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/05.policy/13.usingcrd/13.usingcrd.md b/docs/05.policy/13.usingcrd/13.usingcrd.md index d14fad7b0..e547e400e 100644 --- a/docs/05.policy/13.usingcrd/13.usingcrd.md +++ b/docs/05.policy/13.usingcrd/13.usingcrd.md @@ -42,7 +42,7 @@ The NvGroupDefinition custom resource represents a group's definition (`criteria #### Schema Attribute: `name_referral` -NeuVector v5.4.3 adds the attribute `name_referral` (boolean) as a setting in the group selector(`target.selector`, `ingress.items[].selector`, `egress.items[].selector`) in the NvSecurityRule/NvClusterSecurityRule CRD schema. +Starting with v5.4.3, NeuVector utilizes the attribute `name_referral` (boolean) as a setting in the group selector(`target.selector`, `ingress.items[].selector`, `egress.items[].selector`) in the NvSecurityRule/NvClusterSecurityRule CRD schema. You can enable this setting in the UI by checking "Use Name Referral" in the Groups Export dialog. If the `name_referral` attribute is set to `true`, the `criteria/comment` fields of the group selector in NvSecurityRule/NvClusterSecurityRule are ignored by NeuVector. This means that NeuVector will try to determine the group's `criteria/comment` by referral. This introduces "group referral" in NvSecurityRule/NvClusterSecurityRule CRDs to assist with modifications when editing groups. If unset then users will need to update groups in each defined place in the respective yaml files if modifications are needed. diff --git a/versioned_docs/version-5.4/05.policy/13.usingcrd/13.usingcrd.md b/versioned_docs/version-5.4/05.policy/13.usingcrd/13.usingcrd.md index d14fad7b0..e547e400e 100644 --- a/versioned_docs/version-5.4/05.policy/13.usingcrd/13.usingcrd.md +++ b/versioned_docs/version-5.4/05.policy/13.usingcrd/13.usingcrd.md @@ -42,7 +42,7 @@ The NvGroupDefinition custom resource represents a group's definition (`criteria #### Schema Attribute: `name_referral` -NeuVector v5.4.3 adds the attribute `name_referral` (boolean) as a setting in the group selector(`target.selector`, `ingress.items[].selector`, `egress.items[].selector`) in the NvSecurityRule/NvClusterSecurityRule CRD schema. +Starting with v5.4.3, NeuVector utilizes the attribute `name_referral` (boolean) as a setting in the group selector(`target.selector`, `ingress.items[].selector`, `egress.items[].selector`) in the NvSecurityRule/NvClusterSecurityRule CRD schema. You can enable this setting in the UI by checking "Use Name Referral" in the Groups Export dialog. If the `name_referral` attribute is set to `true`, the `criteria/comment` fields of the group selector in NvSecurityRule/NvClusterSecurityRule are ignored by NeuVector. This means that NeuVector will try to determine the group's `criteria/comment` by referral. This introduces "group referral" in NvSecurityRule/NvClusterSecurityRule CRDs to assist with modifications when editing groups. If unset then users will need to update groups in each defined place in the respective yaml files if modifications are needed.