Skip to content

v0.77.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 24 Nov 18:54
1f08d05
Added support for forward_cookies_whitelisted_names @rafaljanicki (#198)

what

I've added support for whitelisted_names (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution#whitelisted_names) if forward_cookies is set to "whitelist"

why

Currently, the only option to forward cookies is to set it to "all" which isn't perfect

references