huskies: merge 480_story_cryptographic_node_auth_for_distributed_mesh
This commit is contained in:
@@ -337,6 +337,11 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
}
|
||||
}
|
||||
|
||||
// Log the node's public key so operators can add it to trusted_keys.
|
||||
if let Some(node_id) = crdt_state::our_node_id() {
|
||||
slog!("[crdt] Node public key: {node_id}");
|
||||
}
|
||||
|
||||
// (CRDT state layer is initialised above alongside the legacy pipeline.db.)
|
||||
|
||||
// Start the CRDT sync rendezvous client if configured in project.toml.
|
||||
|
||||
Reference in New Issue
Block a user