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

[ECS] [request]: support HTTPS App Protocol #2428

Open
stdevi opened this issue Sep 20, 2024 · 1 comment
Open

[ECS] [request]: support HTTPS App Protocol #2428

stdevi opened this issue Sep 20, 2024 · 1 comment
Assignees
Labels
Proposed Community submitted issue

Comments

@stdevi
Copy link

stdevi commented Sep 20, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
When setting up Service Connect you can optionally set a field for appProtocol in the task definition, https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html.

Valid protocol values are "HTTP", "HTTP2", and "GRPC". I would like to request the addition of support for "HTTPS" as an application protocol in AWS Service Connect.

Which service(s) is this request for?
ECS, Service Connect.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Currently, when using Service Connect, the available application protocols are limited to HTTP, HTTP2, and gRPC, with no support for HTTPS. As a result, applications that require HTTPS must implement workarounds, such as using load balancers to handle HTTPS traffic.

Are you currently working around this issue?
I am using load balancers to handle HTTPS traffic, which adds complexity and overhead to the deployment process.

@stdevi stdevi added the Proposed Community submitted issue label Sep 20, 2024
@coultn
Copy link

coultn commented Sep 20, 2024

Service Connect supports TLS (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect-tls.html), does that not meet your needs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

3 participants