aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/ceph.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sos/plugins/ceph.py b/sos/plugins/ceph.py
index 3c145e42..decd161e 100644
--- a/sos/plugins/ceph.py
+++ b/sos/plugins/ceph.py
@@ -39,3 +39,6 @@ class Ceph(Plugin, RedHatPlugin, UbuntuPlugin):
self.add_cmd_output("ceph mon stat")
self.add_cmd_output("ceph mon dump")
+ self.add_forbidden_path("/etc/ceph/*keyring")
+ self.add_forbidden_path("/var/lib/ceph/*/*keyring")
+ self.add_forbidden_path("/var/lib/ceph/*keyring")