commit | 0c33e9c0fe4f87fa46c8f1a5afe725a467ac5fcc | [log] [tgz] |
---|---|---|
author | chenyumic <chenyumic@google.com> | Mon Nov 25 14:21:43 2019 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 25 14:21:43 2019 -0800 |
tree | 35fd8f3e70526f1a99f95b15e4ea955c971cfc3b | |
parent | 3a46178128a62e50980706ef0bef526ad3af66d4 [diff] |
fix: make gRPC auth plugin non-blocking + add default timeout value for requests transport (#390) This commit includes the following changes: - `transport.grpc.AuthMetadataPlugin` is now non-blocking as gRPC requires - `transport.requests.Request` now has a default timeout value of 120 seconds so that token refreshing will not be stuck Resolves: #351