istio-ecosystem / emcee

User friendly Multi-mesh Istio configuration
3 stars 3 forks source link

passthrough mode servicebinding aliases not supported #2

Closed esnible closed 4 years ago

esnible commented 4 years ago

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 and apply alias-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.

mbanikazemi commented 4 years ago

Done