You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Configurable cluster-control payload signing via extensions.node.cluster_control.auth.mode (auto, required, disabled), with timestamp freshness and nonce format validation when signing is active.
Changed
ClusterControl queues now read durability and retention settings from extensions.node.cluster_control.queue; defaults remain durable and non-auto-delete so per-node commands survive node restarts.
Beat no longer runs immediately at actor construction, avoiding startup reconciliation before extension boot completes.
update_gem now installs through Legion::Extensions::GemSource and calls extension-scoped reload instead of full daemon reload.