- 11 Feb, 2025 1 commit
-
-
Dan Jones authored
-
- 02 Oct, 2024 11 commits
-
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
Once the socket is open it can be authenticated You can only send messages to the backbone once the socket has been authenticated. This needs fixing so you can dynamically reconnect if a socket disconnects or a token expires.
-
Dan Jones authored
-
Dan Jones authored
Enables sending and receiving messages as a websocket client. - use get_token.py to create SOAR_TOKEN env var - pipenv run python client_socket_send.py - pipenv run python client_socket_receive.py
-
Dan Jones authored
- on connect start listening to client-inbox - on message to client-inbox ws.send to client - on message to ws write to client-outbox - add get_token.py script to enable testing
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
Wrap the flask API in a websockets implementation that can deliver messages to individual socket clients
-
- 16 Sep, 2024 2 commits
-
-
Dan Jones authored
- 13 Sep, 2024 2 commits
-
-
Dan Jones authored
-
- 12 Sep, 2024 2 commits
- 27 Jul, 2023 1 commit
-
-
James Kirk authored
refactor: changed to an async connection method, sharing a channel as much as we can Closes #48 See merge request !25
-
- 30 Jun, 2023 2 commits
-
-
James Kirk authored
-
James Kirk authored
refactor: unbind and cancel consumers manually rather than just killing threads, as we cant do that anymore refactor: broadcast and forward now return consumer tags
-
- 27 Jun, 2023 2 commits
-
-
James Kirk authored
-
James Kirk authored
fix: funcs used by the api have been set to a blockingconnection
-
- 26 Jun, 2023 1 commit
-
-
James Kirk authored
-
- 30 Mar, 2023 7 commits
-
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
Plus properly implement auth handler
-
Dan Jones authored
Still need to think about the API response structure
-
Dan Jones authored
This is not quite working. For some reason I can see the queue count in the log message but can't read it.
- 28 Mar, 2023 2 commits
-
-
Dan Jones authored
+ remove obsolete code
- 27 Mar, 2023 3 commits
- 24 Mar, 2023 1 commit
-
-
James Kirk authored
Gitlab ci testing See merge request !22
-
- 23 Mar, 2023 1 commit
-
-
James Kirk authored
-
- 22 Mar, 2023 1 commit
-
-
James Kirk authored
-
- 20 Mar, 2023 1 commit
-
-
James Kirk authored
-