Does istio support https->https for #46564
hrishikeshgjoshi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Istio supports TLS communication between envoy proxy to service running in pod for external-inbound traffic. As described in envoy documentation https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/tls
Ingress to istio envoy proxy is doing mTLS and TLS is terminated at proxy then can it start new TLS from proxy to service, where service is listening on HTTPS. Thus, proxy to 'Service A' communication also start over TLS. In other words can service be hosted with https.
I am referring this image from istio documentation where we want to have local inbound over TLS only
https://istio.io/latest/docs/ops/configuration/traffic-management/tls-configuration/sidecar-connections.svg
Beta Was this translation helpful? Give feedback.
All reactions