From d9806d35314151874855b66de3025d60ad80f3c6 Mon Sep 17 00:00:00 2001 From: Vincent Privat Date: Mon, 26 May 2025 14:27:17 +0200 Subject: [PATCH] RSPY-690 - Monitor GitHub audit logs in Wazuh --- inventory/sample/host_vars/setup/apps.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/sample/host_vars/setup/apps.yml b/inventory/sample/host_vars/setup/apps.yml index 622deecb..0ffdb335 100644 --- a/inventory/sample/host_vars/setup/apps.yml +++ b/inventory/sample/host_vars/setup/apps.yml @@ -425,6 +425,9 @@ wazuh: clusterkey: key: "{{ lookup('community.general.random_string', min_lower=1, min_upper=1, min_numeric=1, special=false, length=32) }}" secret: wazuh-cluster-key + github: + token: test + secret: wazuh-github-token agents: authd: authdpass: "{{ lookup('community.general.random_string', min_lower=1, min_upper=1, min_numeric=1, special=false, length=14) }}"