Pulse/cmd
rcourtman e29fda5e5a Rebuild agent token bindings on API token config reload
When api_tokens.json is modified on disk, the ConfigWatcher reloads
the tokens into memory. However, the Monitor's dockerTokenBindings and
hostTokenBindings maps were not synchronized with the new token set,
causing orphaned bindings when agents reconnect after reinstall.

Add SetAPITokenReloadCallback to ConfigWatcher that triggers Monitor's
new RebuildTokenBindings method after token reload. This method
reconstructs the binding maps from current Docker host and host agent
state, keeping only bindings for tokens that still exist in config.

Related to #773
2025-11-29 14:09:30 +00:00
..
hashpw Add hashpw utility for generating password hashes 2025-11-06 16:46:56 +00:00
pulse Rebuild agent token bindings on API token config reload 2025-11-29 14:09:30 +00:00
pulse-agent Add Windows service support to unified agent 2025-11-27 17:00:03 +00:00
pulse-docker-agent Add log level control for docker agent 2025-11-22 07:43:48 +00:00
pulse-host-agent feat: add self-update capability to standalone pulse-host-agent 2025-11-27 20:21:05 +00:00
pulse-sensor-proxy chore: remove dead code and unused exports 2025-11-27 13:17:39 +00:00