-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig.yaml
More file actions
48 lines (38 loc) · 1.18 KB
/
Copy pathconfig.yaml
File metadata and controls
48 lines (38 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# AWS Configuration
aws:
region: "us-east-1"
profile: null
# MCP Server Configuration
server:
host: "127.0.0.1"
port: 8000
# Logging configuration
log_level: "info"
minimal_logging: false
startup_quiet: false
tool_quiet: false
# Development settings
debug: true
# Performance settings
max_concurrent_requests: 10
client_cache_ttl: 3600
# Cross-Account Access Configuration
cross_account:
role_name: "aws-security-mcp-cross-account-access"
session_name: "aws-security-mcp-session"
session_duration_seconds: 3600 # 1 hour (max for SSO role chaining)
refresh_threshold_minutes: 15
# Automation settings
auto_setup_on_startup: true
auto_refresh_enabled: true
# Performance settings
max_concurrent_assumptions: 50
connection_pool_size: 100
retry_max_attempts: 3
retry_backoff_factor: 1.5
progress_update_interval: 10
# Athena Configuration
athena:
default_output_location: "s3://your-athena-results-bucket/"
default_workgroup: "primary"
default_catalog: "AwsDataCatalog"