Fixed for passthrough binding pushed ... still working on boundary protection alias.
Current situation:
After running test/integration/bp.sh I can deletesamples/limited-trust/helloworld-binding.yaml and applyalias-binding-helloworld-as-holaworld.yaml. I expect to be able to perform kubectl --context $CLUSTER1 exec -it cli1 -- curl --silent holaworld:5000/hello -v but it fails with a 503. I have tried manually tinkering with the mc2019 created Istio config but have not yet had success.
Fixed for passthrough binding pushed ... still working on boundary protection alias.
Current situation:
After running test/integration/bp.sh I can
delete
samples/limited-trust/helloworld-binding.yaml andapply
alias-binding-helloworld-as-holaworld.yaml. I expect to be able to performkubectl --context $CLUSTER1 exec -it cli1 -- curl --silent holaworld:5000/hello -v
but it fails with a 503. I have tried manually tinkering with the mc2019 created Istio config but have not yet had success.