Skip to content
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

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

Open
benmurden opened this issue Jun 21, 2023 · 1 comment
Open
Labels
Bug Something isn't working

Comments

@benmurden
Copy link

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.
#48 (comment)

@benmurden benmurden added the Bug Something isn't working label Jun 21, 2023
@ib-ak
Copy link

ib-ak commented Mar 17, 2024

any update ? @herrhound

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants