diff --git a/docs/05.policy/13.usingcrd/13.usingcrd.md b/docs/05.policy/13.usingcrd/13.usingcrd.md index d14fad7b..e547e400 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 d14fad7b..e547e400 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.