aws / aws-app-mesh-roadmap

AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication
Apache License 2.0
347 stars 25 forks source link

Feature Request: TLS connectivity between App Mesh Envoy and Application Container #474

Open aws-patrickc opened 1 year ago

aws-patrickc commented 1 year ago

If you want to see App Mesh implement this idea, please upvote with a :+1:.

Tell us about your request Enable App Mesh Envoy to have TLS connectivity to Application Container.

Which integration(s) is this request for? EKS, ECS, EC2, etc.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? If containerized application only supports TLS listener, we need a way to ensure that HTTPS connectivity is also established between App Mesh Envoy and Application Container or allow App Mesh Envoy to use HTTPS passthrough. These capabilities are available on Envoy, would be great to see this feature in App Mesh Envoy as well.

Are you currently working around this issue? How are you currently solving this problem? None