aws-app-mesh-examples icon indicating copy to clipboard operation
aws-app-mesh-examples copied to clipboard

WIP: Add reverse proxy example

Open awsjdgls opened this issue 2 years ago • 0 comments

This is a version of howto-alb that assumes one of the backends runs HTTPS.

HTTPS is not a supported listener protocol (see Listener configuration in the Virtual nodes section of the user guide), but we can work around this by using a reverse proxy to hide it behind an HTTP endpoint exposed via an additional container within the same task.

TODO:

  • [ ] Drop the unneeded v1 backend, load balancer, etc.
  • [ ] Drop the v1 backend from the readme
  • [ ] Document how the reverse proxy works in the readme

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

awsjdgls avatar Dec 20 '22 16:12 awsjdgls