huskies: merge 1173 story Identity-aware fleet checks: cryptographic node identity in upgrade and health probes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user