Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion crowdsec-docs/unversioned/bouncers/aws-waf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ Here is the set of required permissions:
"arn:aws:wafv2:*:*:global/webacl/*/*",
"arn:aws:wafv2:*:*:global/rulegroup/*/*",
"arn:aws:wafv2:*:*:global/managedruleset/*/*",
"arn:aws:wafv2:*:*:regional/webacl/*/*",
"arn:aws:wafv2:*:*:regional/rulegroup/*/*",
"arn:aws:wafv2:*:*:regional/managedruleset/*/*",
"arn:aws:wafv2:*:*:*/ipset/*/*"
],
"Sid": "WAF1"
Expand All @@ -367,4 +370,4 @@ Here is the set of required permissions:

AWS requires the resource for `wafv2:List*` to be `*`.

For the other permissions, we recommend to restrict the resources to only the WebACL the component is configured to interact with and the rule groups/ipsets the component will create.
For the other permissions, we recommend to restrict the resources to only the WebACL the component is configured to interact with and the rule groups/ipsets the component will create.