feat: websocket client and command router

This commit is contained in:
2026-08-02 01:39:48 -04:00
parent 7150a6dcd9
commit 8a97bc7fbd
5 changed files with 115 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ func main() {
cfg.Capabilities.ArbitraryBash,
)
// TODO: Initialize WebSocket connection to SSO Manager
// TODO: Start telemetry background loop if capabilities.Telemetry == true
// WebSocket connection to SSO Manager
go connectWebSocket(cfg)
// Block until signal is received
sigs := make(chan os.Signal, 1)