From 6920eaf030880ab7e597bcd8a90e4e18a0e7868a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 31 Jul 2023 14:20:38 +0200 Subject: [PATCH] Grant sysadmin-osbuild shell access to the logging server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since there is no central place to inspect osbuild worker logs (such as Splunk instance), the sysadmin-osbuild group needs access to the logging server. Signed-off-by: Tomáš Hozza --- inventory/group_vars/logging | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/logging b/inventory/group_vars/logging index 2aa72c8217..bf5db51581 100644 --- a/inventory/group_vars/logging +++ b/inventory/group_vars/logging @@ -4,6 +4,7 @@ ipa_client_shell_groups: - sysadmin-analysis - sysadmin-logs - sysadmin-noc + - sysadmin-osbuild - sysadmin-veteran ipa_client_sudo_groups: - sysadmin-analysis