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

Bug: Cannot set App Ports to an empty list in ECS Proxy Configuration

Open benmurden opened this issue 1 year ago • 1 comments

Summary When trying to define an ECS service that does not expose ports, but should be in the mesh, an error (App ports not found) is returned when creating a proxy configuration that has either an empty AppPorts list, or omits the AppPorts property. image

Steps to Reproduce

  • Create an ECS service that exposes no ports and has an Envoy sidecar.
  • Set the AppPorts to an empty string or omit it.
  • Error "App ports not found".

Are you currently working around this issue? Expose a dummy port on the service.

Additional context This comment seems to suggest this should be possible. https://github.com/aws/aws-app-mesh-roadmap/issues/48#issuecomment-796301631

benmurden avatar Jun 21 '23 04:06 benmurden

any update ? @herrhound

ib-ak avatar Mar 17 '24 18:03 ib-ak