huskies: merge 1173 story Identity-aware fleet checks: cryptographic node identity in upgrade and health probes

This commit is contained in:
Huskies Agent
2026-07-16 13:26:03 +00:00
parent 489c415fd9
commit 0ac68afa4c
14 changed files with 894 additions and 30 deletions
@@ -803,6 +803,7 @@ async fn handle_adopt_project(
auth_token: None,
ssh_port: Some(ssh_port),
host_path: Some(host_path.to_string_lossy().into_owned()),
expected_node_id: None,
},
);
crate::service::gateway::io::save_config(&projects, config_dir).await;
@@ -1204,6 +1205,7 @@ pub async fn handle_new_project(
auth_token: None,
ssh_port: Some(ssh_port),
host_path: Some(host_path.to_string_lossy().into_owned()),
expected_node_id: None,
},
);
crate::service::gateway::io::save_config(&projects, config_dir).await;