Merge pull request #15472 from Security-Onion-Solutions/jertel/wip

default roles
This commit is contained in:
Jason Ertel
2026-02-09 09:48:46 -05:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -1518,6 +1518,7 @@ soc:
anonymousCidr:
apiKey:
staticrbac:
defaultRole: ""
roleFiles:
- rbac/permissions
- rbac/roles

View File

@@ -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.