Skip to content

Commit

Permalink
[xds_google_default_creds] hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Jun 9, 2020
1 parent 37deba2 commit b88ebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/google/google.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewDefaultCredentials() credentials.Bundle {
newPerRPCCreds: func() credentials.PerRPCCredentials {
ctx, cancel := context.WithTimeout(context.Background(), tokenRequestTimeout)
defer cancel()
perRPCCreds, err := oauth.NewApplicationDefault(ctx)
perRPCCreds, err := oauth.NewApplicationDefault(ctx, "hmm")
if err != nil {
grpclog.Warningf("google default creds: failed to create application oauth: %v", err)
}
Expand Down

0 comments on commit b88ebbd

Please sign in to comment.