Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Apr 4, 2024
1 parent d166283 commit f33ef3f
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,10 +125,10 @@ message ServerHandshakeParameters {
// specified. Otherwise, the handshaker chooses a default local identity.
repeated Identity local_identities = 2;

// An identity token created by GKE MDS only intended for use in Direct Path
// connections. The identity token should be used to authenticate to the peer.
// It MUST be strongly bound to the ALTS credentials used to establish the
// connection that the token is sent over.
// An 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 token = 3;
}

Expand Down

0 comments on commit f33ef3f

Please sign in to comment.