Skip to content

Commit

Permalink
chore(MeshAccessLog): don't log on inbound passthrough listeners (#5177)
Browse files Browse the repository at this point in the history
Rationale being that there's no way to _specify_ `from` rules that would
match traffic sent over the inbound passthrough listener.

Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont authored Oct 19, 2022
1 parent 6017454 commit fd91403
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func applyToOutbounds(
func applyToTransparentProxyListeners(
policies xds.TypedMatchingPolicies, ipv4 *envoy_listener.Listener, ipv6 *envoy_listener.Listener, dataplane *core_mesh.DataplaneResource,
) error {
// TODO inbound listener?
if ipv4 != nil {
if err := configureOutbound(
policies.ToRules,
Expand Down

0 comments on commit fd91403

Please sign in to comment.