Skip to content

Commit 33c3f6e

Browse files
committed
Add alternative_endpoints field to GetReportResponse for direct connectivity
1 parent 4c703d1 commit 33c3f6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

proto/jumpstarter/v1/jumpstarter.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ message GetReportResponse {
127127
// jumpstarter.dev/hostname=
128128
// jumpstarter.dev/name=
129129
repeated DriverInstanceReport reports = 3;
130+
repeated Endpoint alternative_endpoints = 4;
131+
}
132+
133+
message Endpoint {
134+
string endpoint = 1;
135+
string token = 2;
136+
optional string certificate = 3;
130137
}
131138

132139
message DriverCallRequest {

0 commit comments

Comments
 (0)