Merge pull request #10944 from Security-Onion-Solutions/raid

Raid refactor + yara and rule proxy
This commit is contained in:
Mike Reeves
2023-08-03 17:18:19 -04:00
committed by GitHub
3 changed files with 62 additions and 73 deletions
@@ -3,12 +3,13 @@ NOROOT=1
. /usr/sbin/so-common
{%- set proxy = salt['pillar.get']('manager:proxy') %}
{%- set noproxy = salt['pillar.get']('manager:no_proxy', '') %}
# Download the rules from the internet
{%- if proxy %}
export http_proxy={{ proxy }}
export https_proxy={{ proxy }}
export no_proxy=salt['pillar.get']('manager:no_proxy')
export no_proxy="{{ noproxy }}"
{%- endif %}
repos="/opt/so/conf/strelka/repos.txt"