mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix firewall
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% from 'docker/docker.map.jinja' import DOCKER %}
|
||||
|
||||
# These values are generated during node install and stored in minion pillar
|
||||
{% set SERVICETOKEN = salt['pillar.get']('elasticfleet:server:es_token','AAEAAWVsYXN0aWMvZmxlZXQtc2VydmVyL3Rva2VuLTE2NzQzMzE3MTE4MDE6MGRHZDBnd2xRZDJBX0hLVjd2TnJBdw') %}
|
||||
{% set SERVICETOKEN = salt['pillar.get']('elasticfleet:server:es_token','') %}
|
||||
{% set FLEETSERVERPOLICY = salt['pillar.get']('elasticfleet:server:server_policy','so-manager') %}
|
||||
|
||||
# Add EA Group
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
'analyst',
|
||||
'analyst_workstations',
|
||||
'eval',
|
||||
'fleet',
|
||||
'heavynodes',
|
||||
'idh',
|
||||
'manager',
|
||||
|
||||
Reference in New Issue
Block a user