cloudposse / terraform-aws-waf

https://cloudposse.com/accelerate
Apache License 2.0
40 stars 57 forks source link

Add default block response to the `default block` block #54

Closed mfuhrmeisterDM closed 11 months ago

mfuhrmeisterDM commented 11 months ago

what

We want to be able to set the default response header for the default action if this is set to block.

why

We face the problem that without a default response code some requests are not blocked. Even if AWS says that the default is 403. We solved this by setting the response code manually to 403.

references

aknysh commented 11 months ago

@mfuhrmeisterDM thank you.

Please run the following commands and commit the changes

make init
make github/init
make readme
mfuhrmeisterDM commented 11 months ago

@mfuhrmeisterDM thank you.

Please run the following commands and commit the changes

make init
make github/init
make readme

done

aknysh commented 11 months ago

/terratest