mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +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
|
maxPacketCount: 5000
|
||||||
htmlDir: html
|
htmlDir: html
|
||||||
importUploadDir: /nsm/soc/uploads
|
importUploadDir: /nsm/soc/uploads
|
||||||
|
forceUserOtp: false
|
||||||
modules:
|
modules:
|
||||||
cases: soc
|
cases: soc
|
||||||
filedatastore:
|
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.
|
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
|
global: True
|
||||||
advanced: 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:
|
modules:
|
||||||
elastalertengine:
|
elastalertengine:
|
||||||
additionalAlerters:
|
additionalAlerters:
|
||||||
|
|||||||
Reference in New Issue
Block a user