You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should respect any status codes returned by the PerRPCCredentials call, and use UNAUTHENTICATED if one is not returned (instead of INTERNAL). The oauth implementation should return UNAVAILABLE if the oauth server cannot be reached.
The text was updated successfully, but these errors were encountered:
dfawley
changed the title
Return UNAVAILABLE and UNAUTHENTICATED statuses from PerRPCCredential errors
credentials/oauth: Distinguish between Unavailable and Unauthenticated errors
Jan 3, 2018
See grpc/grpc-java#3267 (comment) for more information.
The fix is here:
grpc-go/transport/http2_client.go
Lines 378 to 381 in a62701e
This should respect any status codes returned by the PerRPCCredentials call, and use UNAUTHENTICATED if one is not returned (instead of INTERNAL). The oauth implementation should return UNAVAILABLE if the oauth server cannot be reached.
The text was updated successfully, but these errors were encountered: