Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions willow/proto/willow/committee_selector.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ message VolunteerForCommitteeRequest {
// The name of the population that the client belongs to.
string population_name = 3 ;

// Authorization token for this request.
string auth_token = 4 ;
}

// A record of a client who volunteered for a committee.
Expand Down Expand Up @@ -90,6 +92,9 @@ message VolunteerForCommitteeResponse {
VolunteerRecorded volunteer_recorded = 1;
NoActiveCommitteeSelection no_active_committee_selection = 2;
}

// Authorization token to use for future requests.
string auth_token = 3 ;
}

// A message passed from the untrusted frontend to a TEE to record a batch of
Expand Down