diff options
-rw-r--r-- | sos/plugins/etcd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/etcd.py b/sos/plugins/etcd.py index d80bbeeb..884aa1bd 100644 --- a/sos/plugins/etcd.py +++ b/sos/plugins/etcd.py @@ -31,6 +31,7 @@ class etcd(Plugin, RedHatPlugin): def setup(self): etcd_url = self.get_etcd_url() + self.add_forbidden_path('/etc/etcd/ca') self.add_copy_spec('/etc/etcd') subcmds = [ |