Skip to content

Commit 1a2373e

Browse files
kyledongkakabisht
authored andcommitted
docs: add description for MATCH_PROXYMESH_PARENT_POLICY
1 parent 202de2e commit 1a2373e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

  • docs/02.deploying/01.production/03.details
  • versioned_docs/version-5.6/02.deploying/01.production/03.details

docs/02.deploying/01.production/03.details/03.details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ This environment variable is only for the standalone NeuVector product. Please s
113113
* NV_SYSTEM_GROUPS
114114
> (Optional) Specify what groups or namespaces that NeuVector considers to be 'system containers', separated by semi-colons. For example, for Rancher-based apps and the default namespace, NV_SYSTEM_GROUPS=*cattle-system;*default. These values are translated in regex. System containers (which also include NeuVector and Kubernetes system containers) operate only in Monitor mode (alert only) even if the group is set to Protect mode.
115115
116+
* MATCH_PROXYMESH_PARENT_POLICY
117+
> (Optional) Set the value to "1" to match Istio proxymesh traffic against the parent workload's network policy. Disabled by default. When enabled, proxymesh traffic tapped on the loopback interface uses the parent workload policy handle instead of the proxymesh endpoint, so connections can correctly match parent allow/deny rules. When XFF is enabled and the destination is loopback, the destination is rewritten to the parent workload IPs for policy lookup.
116118
117119
### Open Ports
118120

versioned_docs/version-5.6/02.deploying/01.production/03.details/03.details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ This environment variable is only for the standalone NeuVector product. Please s
113113
* NV_SYSTEM_GROUPS
114114
> (Optional) Specify what groups or namespaces that NeuVector considers to be 'system containers', separated by semi-colons. For example, for Rancher-based apps and the default namespace, NV_SYSTEM_GROUPS=*cattle-system;*default. These values are translated in regex. System containers (which also include NeuVector and Kubernetes system containers) operate only in Monitor mode (alert only) even if the group is set to Protect mode.
115115
116+
* MATCH_PROXYMESH_PARENT_POLICY
117+
> (Optional) Set the value to "1" to match Istio proxymesh traffic against the parent workload's network policy. Disabled by default. When enabled, proxymesh traffic tapped on the loopback interface uses the parent workload policy handle instead of the proxymesh endpoint, so connections can correctly match parent allow/deny rules. When XFF is enabled and the destination is loopback, the destination is rewritten to the parent workload IPs for policy lookup.
116118
117119
### Open Ports
118120

0 commit comments

Comments
 (0)