mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
chore(docs): improve allowlist suggestion (#2466)
This commit is contained in:
@@ -45,7 +45,7 @@ You can use `-w`/`--allowlist-file` with the path of your allowlist yaml file, b
|
|||||||
Resources:
|
Resources:
|
||||||
- "ci-logs" # Will ignore bucket "ci-logs" AND ALSO bucket "ci-logs-replica" in specified check and regions
|
- "ci-logs" # Will ignore bucket "ci-logs" AND ALSO bucket "ci-logs-replica" in specified check and regions
|
||||||
- "logs" # Will ignore EVERY BUCKET containing the string "logs" in specified check and regions
|
- "logs" # Will ignore EVERY BUCKET containing the string "logs" in specified check and regions
|
||||||
- "[[:alnum:]]+-logs" # Will ignore all buckets containing the terms ci-logs, qa-logs, etc. in specified check and regions
|
- ".+-logs" # Will ignore all buckets containing the terms ci-logs, qa-logs, etc. in specified check and regions
|
||||||
"*":
|
"*":
|
||||||
Regions:
|
Regions:
|
||||||
- "*"
|
- "*"
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ Allowlist:
|
|||||||
Resources:
|
Resources:
|
||||||
- "ci-logs" # Will ignore bucket "ci-logs" AND ALSO bucket "ci-logs-replica" in specified check and regions
|
- "ci-logs" # Will ignore bucket "ci-logs" AND ALSO bucket "ci-logs-replica" in specified check and regions
|
||||||
- "logs" # Will ignore EVERY BUCKET containing the string "logs" in specified check and regions
|
- "logs" # Will ignore EVERY BUCKET containing the string "logs" in specified check and regions
|
||||||
- "[[:alnum:]]+-logs" # Will ignore all buckets containing the terms ci-logs, qa-logs, etc. in specified check and regions
|
- ".+-logs" # Will ignore all buckets containing the terms ci-logs, qa-logs, etc. in specified check and regions
|
||||||
"*":
|
"*":
|
||||||
Regions:
|
Regions:
|
||||||
- "*"
|
- "*"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ Allowlist:
|
|||||||
Resources:
|
Resources:
|
||||||
- "ci-logs" # Will ignore bucket "ci-logs" AND ALSO bucket "ci-logs-replica" in specified check and regions
|
- "ci-logs" # Will ignore bucket "ci-logs" AND ALSO bucket "ci-logs-replica" in specified check and regions
|
||||||
- "logs" # Will ignore EVERY BUCKET containing the string "logs" in specified check and regions
|
- "logs" # Will ignore EVERY BUCKET containing the string "logs" in specified check and regions
|
||||||
- "[[:alnum:]]+-logs" # Will ignore all buckets containing the terms ci-logs, qa-logs, etc. in specified check and regions
|
- ".+-logs" # Will ignore all buckets containing the terms ci-logs, qa-logs, etc. in specified check and regions
|
||||||
|
|
||||||
# EXAMPLE: CONTROL TOWER (to migrate)
|
# EXAMPLE: CONTROL TOWER (to migrate)
|
||||||
# When using Control Tower, guardrails prevent access to certain protected resources. The allowlist
|
# When using Control Tower, guardrails prevent access to certain protected resources. The allowlist
|
||||||
|
|||||||
Reference in New Issue
Block a user