issues
search
hashicorp
/
terraform-aws-consul-ecs
Consul Service Mesh on AWS ECS (Elastic Container Service)
https://www.consul.io/docs/ecs
Mozilla Public License 2.0
52
stars
30
forks
source link
Add mesh gateway WAN federation support
#110
Closed
cthain
closed
2 years ago
cthain
commented
2 years ago
Changes proposed in this PR:
Update the dev-server module to support WAN federation via mesh-gateways.
Update the gateway-task module to allow datacenter federation across the WAN.
Update the mesh gateway example:
Create two separate VPCs.
Create two separate Consul datacenters.
WAN federate the Consul datacenters via mesh gateways.
Demonstrate that a client service running in
dc1
can successfully call a server service upstream running in
dc2
via the mesh gateways.
Note: This PR does not include support for ACLs. That will be added in a subsequent PR.
How I've tested this PR:
Manually using the mesh-gateway example.
How I expect reviewers to test this PR:
:eyes:
Checklist:
[ ] Tests added
[ ] CHANGELOG entry added
Changes proposed in this PR:
dc1
can successfully call a server service upstream running indc2
via the mesh gateways.How I've tested this PR:
How I expect reviewers to test this PR:
:eyes:
Checklist: