Skip to content

Commit 24de6fc

Browse files
authored
Merge pull request #22 from jumpstarter-dev/direct-revised
2 parents 30beeec + ebd9598 commit 24de6fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proto/jumpstarter/v1/jumpstarter.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ message GetReportResponse {
132132

133133
message Endpoint {
134134
string endpoint = 1;
135-
string token = 2;
136-
optional string certificate = 3;
135+
string certificate = 2;
136+
string client_certificate = 3;
137+
string client_private_key = 4;
137138
}
138139

139140
message DriverCallRequest {

0 commit comments

Comments
 (0)