mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-11 09:43:35 +01:00
default roles
This commit is contained in:
@@ -1509,6 +1509,7 @@ soc:
|
||||
anonymousCidr:
|
||||
apiKey:
|
||||
staticrbac:
|
||||
defaultRole: ""
|
||||
roleFiles:
|
||||
- rbac/permissions
|
||||
- rbac/roles
|
||||
|
||||
@@ -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