User Story
As a security platform integrator, I want proxy-ingress to optionally mirror a copy of all ingress traffic to a passive receiver (e.g., Zeek) so that deep packet inspection and protocol analysis can happen out-of-line without touching the data path.
Background
proxy-ingress currently has no tap/mirror capability. cerberus-zeek requires this to perform passive analysis of ingress traffic.
Acceptance Criteria
Notes
Implementer should choose the most appropriate mechanism for K8s environments (TZSP over UDP, AF_PACKET tee, shared network namespace, named pipe, etc.). Coordinate with proxy-egress tap issue to ensure a unified tap interface.
User Story
As a security platform integrator, I want proxy-ingress to optionally mirror a copy of all ingress traffic to a passive receiver (e.g., Zeek) so that deep packet inspection and protocol analysis can happen out-of-line without touching the data path.
Background
proxy-ingress currently has no tap/mirror capability. cerberus-zeek requires this to perform passive analysis of ingress traffic.
Acceptance Criteria
Notes
Implementer should choose the most appropriate mechanism for K8s environments (TZSP over UDP, AF_PACKET tee, shared network namespace, named pipe, etc.). Coordinate with proxy-egress tap issue to ensure a unified tap interface.