solo-io / proxy-runtime

Apache License 2.0
86 stars 25 forks source link

Completes NETWORK_FILTER support (TCP), which was present in BaseCont… #31

Closed chandlernine closed 3 years ago

chandlernine commented 3 years ago

…ext but not wired to the ABI.

Testing: Works for us on Istio 1.8 with a configuration like the following:

apiVersion: networking.istio.io/v1alpha3
kind: EnvoyFilter
spec:
  configPatches:
    - applyTo: NETWORK_FILTER
      match:
        listener:
          filterChain:
            filter:
              name: "envoy.tcp_proxy"
solo-build-bot[bot] commented 3 years ago

Waiting for approval from someone in the solo-io org to start testing.

chandlernine commented 3 years ago

I'd appreciate your review.

yuval-k commented 3 years ago

sorry for the delay! thank you for the PR!