mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
{% set ENROLLSECRET = salt['cmd.shell']('docker exec so-fleet fleetctl get enroll-secret --json | jq -r ".spec.secrets[].secret"') %}
|
|
|
|
so/fleet:
|
|
event.send:
|
|
- data:
|
|
action: 'update-enrollsecret'
|
|
enroll-secret: {{ ENROLLSECRET }} |