-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(aws-ecs-patterns): Allow ApplicationLoadBalanced*Service to pass in ProtocolVersion for HTTP2/GRPC support #14091
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
feature-request
A feature should be added or improved.
Comments
yiluncui
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Apr 9, 2021
yiluncui
added a commit
to yiluncui/aws-cdk
that referenced
this issue
Apr 9, 2021
…rotocolVersion as parameters to higher level constructs (aws#14091) This change allows users to optionally provide ProtocolVersion when adding targets to ALB listeners as well as specifying ProtocolVersion into ApplicationLoadBalancedService patterns in ecs-patterns.
peterwoodworth
added
the
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
label
Apr 12, 2021
mergify bot
pushed a commit
that referenced
this issue
Apr 21, 2021
#14092) Pass TargetGroup ProtocolVersion as parameters to higher level constructs (#14091) This change allows users to optionally provide ProtocolVersion when adding targets to ALB listeners as well as specifying ProtocolVersion into ApplicationLoadBalancedService patterns in ecs-patterns. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
john-tipper
pushed a commit
to john-tipper/aws-cdk
that referenced
this issue
May 10, 2021
aws#14092) Pass TargetGroup ProtocolVersion as parameters to higher level constructs (aws#14091) This change allows users to optionally provide ProtocolVersion when adding targets to ALB listeners as well as specifying ProtocolVersion into ApplicationLoadBalancedService patterns in ecs-patterns. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
hollanddd
pushed a commit
to hollanddd/aws-cdk
that referenced
this issue
Aug 26, 2021
aws#14092) Pass TargetGroup ProtocolVersion as parameters to higher level constructs (aws#14091) This change allows users to optionally provide ProtocolVersion when adding targets to ALB listeners as well as specifying ProtocolVersion into ApplicationLoadBalancedService patterns in ecs-patterns. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
feature-request
A feature should be added or improved.
#13570 adds support for the ALB constructs to specify ProtocolVersion in target groups, but this parameter isn't passed into the ecs-patterns high level construct.
Use Case
I want to create ALBs that support GRPC/HTTP2 protocols in their target groups using the ecs_patterns.ApplicationLoadBalanced___Service() pattern
Proposed Solution
Propagate the ProtocolVersion parameter to AddApplicationTargetsProps and ApplicationLoadBalancedServiceBaseProps
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: