From bb7a918a167b0000c376867facc736f0a690ae27 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Fri, 21 Jul 2023 13:18:08 -0600 Subject: [PATCH] Added ReverseLookup Option Defaults to false, has metadata to show up in the config section of soc. --- salt/soc/defaults.yaml | 1 + salt/soc/soc_soc.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 98c58ed4e..a8e1a0bb4 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -1054,6 +1054,7 @@ soc: userFiles: - rbac/users_roles client: + enableReverseLookup: false docsUrl: /docs/ cheatsheetUrl: /docs/cheatsheet.pdf releaseNotesUrl: /docs/release-notes.html diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index d3a94691e..e3d704e80 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -111,6 +111,9 @@ soc: global: True advanced: True client: + enableReverseLookup: + description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI. + global: True apiTimeoutMs: description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI. global: True