From ebd95980c34ad190d70eb6d327d12b5bc4eb67b5 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Wed, 19 Mar 2025 16:15:00 -0400 Subject: [PATCH] Revised Endpoint message --- proto/jumpstarter/v1/jumpstarter.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proto/jumpstarter/v1/jumpstarter.proto b/proto/jumpstarter/v1/jumpstarter.proto index cbfca8a..6f344e5 100644 --- a/proto/jumpstarter/v1/jumpstarter.proto +++ b/proto/jumpstarter/v1/jumpstarter.proto @@ -132,8 +132,9 @@ message GetReportResponse { message Endpoint { string endpoint = 1; - string token = 2; - optional string certificate = 3; + string certificate = 2; + string client_certificate = 3; + string client_private_key = 4; } message DriverCallRequest {