You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/bouncers/aws-waf.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,9 @@ Here is the set of required permissions:
346
346
"arn:aws:wafv2:*:*:global/webacl/*/*",
347
347
"arn:aws:wafv2:*:*:global/rulegroup/*/*",
348
348
"arn:aws:wafv2:*:*:global/managedruleset/*/*",
349
+
"arn:aws:wafv2:*:*:regional/webacl/*/*",
350
+
"arn:aws:wafv2:*:*:regional/rulegroup/*/*",
351
+
"arn:aws:wafv2:*:*:regional/managedruleset/*/*",
349
352
"arn:aws:wafv2:*:*:*/ipset/*/*"
350
353
],
351
354
"Sid": "WAF1"
@@ -367,4 +370,4 @@ Here is the set of required permissions:
367
370
368
371
AWS requires the resource for `wafv2:List*` to be `*`.
369
372
370
-
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.
373
+
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.
0 commit comments