Skip to content

v0.26.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 05 Jan 17:13
f988993
Add fixed response option on listeners (http or https) @msmagoo87 (#69)

what

  • Add an optional fixed response to the default auction of the listener (http or https).

why

  • I have a case where I am using a Cloudfront distribution that passes a special header to verify the validity of the request (as described here https://www.arhs-group.com/protecting-aws-alb-behind-aws-cloudfront-distribution/). I want to use a listener rule to respond with a 403 if that header is missing or incorrect. Since the module always forwards to the TG unconditionally, I am adding this feature as an alternative.