Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upelbv2: ALB listener rule supports path-routing condition with multiple values(up to 5 currently) #6251
Comments
This comment has been minimized.
This comment has been minimized.
Why will this be a breaking change? Will the API need to change? |
This comment has been minimized.
This comment has been minimized.
You're right. Just add a new array priority for backward compatibility. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ALB listener rule currently supports path-routing condition that is allowed up to 5 rules.
Currently the high level construct API ApplicationListener. addTargets() only supports specifying one path rule for each listener rule.
Host Conditions also has same limitation.
Use Case
Fully support the capability of ALB listener rule
Proposed Solution
Other
This is a🚀 Feature Request