New Config Values

New config values with annotations and defaults.

Updated Nginx config to allow streaming requests to not be buffered on the way to the client.
This commit is contained in:
Corey Ogburn
2025-07-11 10:37:50 -06:00
parent 624ec3c93e
commit ec27517bdd
3 changed files with 32 additions and 13 deletions
+4
View File
@@ -1491,6 +1491,10 @@ soc:
- repo: file:///nsm/airgap-resources/playbooks/securityonion-resources-playbooks
branch: main
folder: securityonion-normalized
assistant:
apiKey:
apiUrl: https://onionai-dev.securityonion.net
model: claude-sonnet
salt:
queueDir: /opt/sensoroni/queue
timeoutMs: 45000
+11
View File
@@ -580,6 +580,17 @@ soc:
- field: folder
label: Folder
airgap: *pbRepos
assistant:
apiKey:
description: The auth token to be used when reaching out to the AI Assistant.
global: True
apiUrl:
description: The URL of the AI gateway.
advanced: True
global: True
model:
description: The model to use as the AI Assistant
global: True
client:
apiTimeoutMs:
description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.