updates
Agent Release / build (push) Successful in 1m18s
Server Deploy / deploy (push) Successful in 1m33s

This commit is contained in:
domrichardson
2026-06-24 13:57:48 +01:00
parent 407a610cfb
commit e6ef9bc536
9 changed files with 181 additions and 6 deletions
+6
View File
@@ -38,6 +38,7 @@ message UploadKeyRequest {
string agent_token = 2;
string public_key = 3;
string label = 4;
string private_key = 5;
}
message UploadKeyResponse {
@@ -67,9 +68,14 @@ message ServerCommand {
string command_id = 1;
oneof command {
GenerateKeyCmd generate_key = 2;
DeleteKeyCmd delete_key = 3;
}
}
message DeleteKeyCmd {
string label = 1;
}
message GenerateKeyCmd {
string label = 1;
string key_type = 2; // ed25519 | rsa | ecdsa (default: ed25519)