-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync the handshaker.proto with the internal version #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR Luwei!
grpc/gcp/handshaker.proto
Outdated
// the peer. The access 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; | ||
// An identity token created by GKE MDS only intended for use in Direct Path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we leave the original wording as-is and just omit the word "access"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. Done.
grpc/gcp/handshaker.proto
Outdated
// (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 | ||
// An token created by the caller only intended for use in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: s/An/A
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. Thanks!
No description provided.