mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #13406 from Security-Onion-Solutions/jertel/force
Provide new setting to require OTP
This commit is contained in:
@@ -1304,6 +1304,7 @@ soc:
|
||||
maxPacketCount: 5000
|
||||
htmlDir: html
|
||||
importUploadDir: /nsm/soc/uploads
|
||||
forceUserOtp: false
|
||||
modules:
|
||||
cases: soc
|
||||
filedatastore:
|
||||
|
||||
@@ -81,6 +81,10 @@ soc:
|
||||
description: Maximum number of packets to show in the PCAP viewer. Larger values can cause more resource utilization on both the SOC server and the browser.
|
||||
global: True
|
||||
advanced: True
|
||||
forceUserOtp:
|
||||
title: Require TOTP
|
||||
description: Require all users to enable Time-based One Time Passwords (MFA) upon login to SOC.
|
||||
global: True
|
||||
modules:
|
||||
elastalertengine:
|
||||
additionalAlerters:
|
||||
|
||||
Reference in New Issue
Block a user