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

fix: Support alb with no method conditions #1653

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

frodeaa
Copy link
Contributor

@frodeaa frodeaa commented Jan 27, 2023

Description

The method conditions in alb event is optional, allow any request method to be routed
to alb event handler if no method conditions are specified

Fixes: #1623

How Has This Been Tested?

Added integration tests to verify that method condition is no longer required and
any method is routed to the event handler

The method conditions for alb event is optional, allow any method if
no method conditions is specified

Fixes: dherault#1623
@dnalborczyk
Copy link
Collaborator

close/re-open in order to run ci.

@dnalborczyk dnalborczyk reopened this Sep 24, 2023
@dnalborczyk dnalborczyk merged commit 5e6514c into dherault:master Sep 26, 2023
0 of 6 checks passed
@dnalborczyk
Copy link
Collaborator

thank you @frodeaa

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

Successfully merging this pull request may close these issues.

New ALB feature
2 participants