mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
12 lines
541 B
YAML
12 lines
541 B
YAML
shodan_api_key: null
|
|
|
|
# Single account environment: No action required. The AWS account number will be automatically added by the checks.
|
|
# Multi account environment: Any additional trusted account number should be added as a space separated list, e.g.
|
|
# trusted_account_ids : ["123456789012", "098765432109", "678901234567"]
|
|
trusted_account_ids : []
|
|
|
|
# AppStream Session Configuration
|
|
max_idle_disconnect_timeout_in_seconds: 600 # 10 Minutes
|
|
max_disconnect_timeout_in_seconds: 300 # 5 Minutes
|
|
max_session_duration_seconds: 36000 # 10 Hours
|