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" ]