-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
49 lines (41 loc) · 859 Bytes
/
config.yml
File metadata and controls
49 lines (41 loc) · 859 Bytes
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
48
49
server:
ipc_socket: /tmp/agentpowershell.sock
http_port: 9120
http_bind: 127.0.0.1
auth:
mode: none # none, api_key, oidc, hybrid
api_key: ""
oidc:
issuer: ""
audience: ""
logging:
level: Information
console: true
file: logs/agentpowershell.log
structured: true
sessions:
max_concurrent: 10
idle_timeout_minutes: 30
max_lifetime_minutes: 480
reap_interval_seconds: 60
policy:
default_policy: default-policy.yml
watch_for_changes: true
events:
stores:
- type: sqlite
path: data/events.db
- type: jsonl
path: data/events.jsonl
max_size_mb: 100
max_backups: 5
approval:
mode: tty # tty, api, totp, webauthn, dialog
timeout_seconds: 120
llm_proxy:
enabled: false
listen_port: 9121
providers: []
shim:
fail_mode: closed # open or closed
max_consecutive_failures: 3