Skip to content

Commit

Permalink
Fix condition test for AWS Source ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Nov 2, 2023
1 parent 19ef761 commit 2d2ffee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs_composex/ingress_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def set_aws_sources_ingress(self, settings, destination_title, sg_ref) -> None:
for port in self.ports:
if (
keyisset("Ports", source)
and keyisset("published", port)
and port["published"] not in source["Ports"]
):
continue
Expand Down

0 comments on commit 2d2ffee

Please sign in to comment.