Skip to content

WIP: Add reverse proxy example #519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

WIP: Add reverse proxy example #519

wants to merge 8 commits into from

Conversation

awsjdgls
Copy link
Contributor

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.

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][1] 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

[1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html
@awsjdgls awsjdgls requested a review from a team as a code owner December 20, 2022 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant