Skip to content

Commit

Permalink
sync the handshaker.proto with the internal version (#147)
Browse files Browse the repository at this point in the history
* sync the handshaker.proto

* address comment

* fix typo
  • Loading branch information
rockspore authored Apr 4, 2024
1 parent acfb637 commit ecfed44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grpc/gcp/handshaker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ message ServerHandshakeParameters {
// specified. Otherwise, the handshaker chooses a default local identity.
repeated Identity local_identities = 2;

// (Optional) An access token created by the caller only intended for use in
// ALTS connections. The access token that should be used to authenticate to
// the peer. The access token MUST be strongly bound to the ALTS credentials
// A token created by the caller only intended for use in
// ALTS connections. The token should be used to authenticate to
// the peer. The token MUST be strongly bound to the ALTS credentials
// used to establish the connection that the token is sent over.
optional string access_token = 3;
optional string token = 3;
}

message StartServerHandshakeReq {
Expand Down

0 comments on commit ecfed44

Please sign in to comment.