From 070d1504200cde46572cac8cb23c03cb8f4bad96 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Fri, 24 Apr 2026 13:56:35 -0400 Subject: [PATCH] readonly soc and kratos enabled --- salt/kratos/soc_kratos.yaml | 2 +- salt/soc/soc_soc.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/kratos/soc_kratos.yaml b/salt/kratos/soc_kratos.yaml index 07359bcab..4cfe2c1c3 100644 --- a/salt/kratos/soc_kratos.yaml +++ b/salt/kratos/soc_kratos.yaml @@ -3,8 +3,8 @@ kratos: description: Enables or disables the Kratos authentication system. WARNING - Disabling this process will cause the grid to malfunction. Re-enabling this setting will require manual effort via SSH. forcedType: bool advanced: True + readonly: True helpLink: kratos - oidc: enabled: description: Set to True to enable OIDC / Single Sign-On (SSO) to SOC. Requires a valid Security Onion license key. diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index bd3ed9095..6a2f79629 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -3,6 +3,7 @@ soc: description: Enables or disables SOC. WARNING - Disabling this setting is unsupported and will cause the grid to malfunction. Re-enabling this setting is a manual effort via SSH. forcedType: bool advanced: True + readonly: True telemetryEnabled: title: SOC Telemetry description: When this setting is enabled and the grid is not in airgap mode, SOC will provide feature usage data to the Security Onion development team via Google Analytics. This data helps Security Onion developers determine which product features are being used and can also provide insight into improving the user interface. When changing this setting, wait for the grid to fully synchronize and then perform a hard browser refresh on SOC, to force the browser cache to update and reflect the new setting.