From 54b3e2f285df0bc856ff9eb28da902c397e28d32 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Thu, 30 Sep 2021 08:58:16 -0400 Subject: [PATCH] don't collect keys with sosreport --- tools/sosreport/controller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index 21b1bab517..3875190e30 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -52,6 +52,8 @@ SOSREPORT_FORBIDDEN_PATHS = [ "/etc/tower/tower.cert", "/etc/tower/awx.cert", "/var/log/tower/profile", + "/etc/receptor/tls/ca/*.key", + "/etc/receptor/tls/*.key" ]