Skip to content

Commit

Permalink
fix s2a.proto error. (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Apr 30, 2024
1 parent 1dc480d commit 43b6617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc/gcp/s2a/s2a.proto
Expand Up @@ -303,7 +303,7 @@ message SessionReq {
// identity is not populated, S2A will try to deduce the managed identity to
// use from the SNI extension. If that also fails, S2A uses the default
// identity (if one exists).
s2a.proto.Identity local_identity = 1;
Identity local_identity = 1;

// The authentication mechanisms that the application wishes to use to
// authenticate to S2A, ordered by preference. S2A will always use the first
Expand Down

0 comments on commit 43b6617

Please sign in to comment.