Add fleetctl debug connection command (#1706)

Adds the `fleetctl debug connection` command to investigate
connection issues to the fleet server.

Closes #1579 .
This commit is contained in:
Martin Angers
2021-08-24 08:50:03 -04:00
committed by GitHub
parent c81a18922d
commit a3714d2ed9
27 changed files with 594 additions and 78 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"sync"
"syscall"
"github.com/fleetdm/fleet/v4/secure"
"github.com/fleetdm/fleet/v4/pkg/secure"
lumberjack "gopkg.in/natefinch/lumberjack.v2"
"github.com/go-kit/kit/log"