Open jameshbarton opened 3 years ago
We'll need to bump the version of Gloo used to one that includes this field - https://github.com/solo-io/wasm/blob/master/tools/wasme/cli/go.mod#L30 (We are using Gloo 1.5 and I believe this field was added in Gloo 1.6)
Describe the bug
wasme deploy
fails when serverHeaderTransformation already exists in gateway config. For context, see this blog post.To Reproduce Steps to reproduce the behavior:
kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/httpbin/httpbin.yaml
serverHeaderTransformation
:Expected behavior The
wasme deploy
succeeds with no errors.Additional context