grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

Support XDS HeaderMatcher string_match api (v3)

Open jacob-delgado opened this issue 2 years ago • 0 comments

Use case(s) - what problem will this feature solve?

Allow the use of the match_string in envoyproxy/go-control-plane XDS support for gRPC clients. Currently, only the deprecated API is supported.

Proposed Solution

https://github.com/grpc/grpc-go/pull/5648

Alternatives Considered

None

Additional Context

This is preventing https://github.com/istio/istio/pull/40886 from getting merged for Istio.

jacob-delgado avatar Sep 09 '22 05:09 jacob-delgado