Merge branch 'master' of https://github.com/grpc/grpc-go
This commit is contained in:
Коммит
ac2cbeb2e7
|
@ -213,11 +213,7 @@ type serviceAccount struct {
|
|||
}
|
||||
|
||||
func (s serviceAccount) GetRequestMetadata(ctx context.Context) (map[string]string, error) {
|
||||
c, ok := ctx.(oauth2.Context)
|
||||
if !ok {
|
||||
return nil, fmt.Errorf("credentials: the context %v is invalid", ctx)
|
||||
}
|
||||
token, err := s.config.TokenSource(c).Token()
|
||||
token, err := s.config.TokenSource(ctx).Token()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче