mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-16 04:03:35 +01:00
Compare commits
6 Commits
reyesj2-pa
...
TOoSmOotH-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0661c3af1a | ||
|
|
4778bd6680 | ||
|
|
5033462098 | ||
|
|
6b4b1d74fd | ||
|
|
f0df6a171c | ||
|
|
dc4cd93c02 |
@@ -206,14 +206,18 @@ check_airgap() {
|
||||
else
|
||||
nonairgap_useiso=1
|
||||
fi
|
||||
|
||||
if [[ "$AIRGAP" == "true" ]]; then
|
||||
is_airgap=0
|
||||
else
|
||||
is_airgap=1
|
||||
fi
|
||||
|
||||
# use ISO if its airgap install OR ISOLOC was set with -f <path>
|
||||
if [[ "$AIRGAP" == "true" ]] || [[ $nonairgap_useiso -eq 0 ]]; then
|
||||
is_airgap=0
|
||||
UPDATE_DIR=/tmp/soagupdate/SecurityOnion
|
||||
AGDOCKER=/tmp/soagupdate/docker
|
||||
AGREPO=/tmp/soagupdate/minimal/Packages
|
||||
else
|
||||
is_airgap=1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@@ -1518,6 +1518,7 @@ soc:
|
||||
anonymousCidr:
|
||||
apiKey:
|
||||
staticrbac:
|
||||
defaultRole: ""
|
||||
roleFiles:
|
||||
- rbac/permissions
|
||||
- rbac/roles
|
||||
@@ -2662,18 +2663,11 @@ soc:
|
||||
thresholdColorRatioMax: 1
|
||||
availableModels:
|
||||
- id: sonnet-4.5
|
||||
displayName: Claude Sonnet 4.5 ($$$)
|
||||
displayName: Claude Sonnet 4.5
|
||||
origin: USA
|
||||
contextLimitSmall: 200000
|
||||
contextLimitLarge: 1000000
|
||||
lowBalanceColorAlert: 500000
|
||||
enabled: true
|
||||
adapter: SOAI
|
||||
- id: qwen-235b
|
||||
displayName: QWEN 235B ($)
|
||||
origin: China
|
||||
contextLimitSmall: 256000
|
||||
contextLimitLarge: 256000
|
||||
lowBalanceColorAlert: 500000
|
||||
enabled: true
|
||||
adapter: SOAI
|
||||
|
||||
|
||||
@@ -455,6 +455,11 @@ soc:
|
||||
global: True
|
||||
advanced: True
|
||||
forcedType: int
|
||||
staticrbac:
|
||||
defaultRole:
|
||||
description: "Default role for new users that have not been assigned a role. When a role is specified, an attempt will be made to permanently assign the role to the user once the user accesses SOC. The role name must match exactly the name of an existing RBAC role. Standard system roles include: limited-auditor, limited-analyst, auditor, analyst, superuser"
|
||||
global: True
|
||||
advanced: False
|
||||
strelkaengine:
|
||||
aiRepoUrl:
|
||||
description: URL to the AI repository. This is used to pull in AI models for use in Strelka rules.
|
||||
|
||||
Reference in New Issue
Block a user