github cloudposse/terraform-aws-alb 0.26.0
v0.26.0

latest releases: 1.11.1, v1, 1.11.0...
3 years ago
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.

Don't miss a new terraform-aws-alb release

NewReleases is sending notifications on new releases.