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
@@ -114,6 +114,7 @@ mod tests {
auth_token: None,
ssh_port: Some(2203),
host_path: Some("/home/user/workspace".into()),
expected_node_id: None,
},
);
projects.insert(
@@ -123,6 +124,7 @@ mod tests {
auth_token: Some("tok".into()),
ssh_port: None,
host_path: None,
expected_node_id: None,
},
);
@@ -165,6 +167,7 @@ mod tests {
auth_token: None,
ssh_port: None,
host_path: Some("/home/user/adopted".into()),
expected_node_id: None,
},
);
projects.insert("builtin".into(), ProjectEntry::with_url("http://b:3002"));