grpc/grpc-java

Support NTCredentials in HttpConnectProxiedSocketAddress

開放

#10,597 建立於 2023年10月5日

 (2 則留言) (0 個反應) (0 位負責人)Java (3,742 個分叉)batch import
P3enhancementhelp wanted

倉庫指標

星標
 (11,124 顆星)
PR 合併指標
 (平均合併 23天 22小時) (30 天內合併 43 個 PR)

描述

Is your feature request related to a problem?

Yes - I'm the author of the Spark BigQuery connector which uses gRPC internally to communicate to the GCP APIs. A user is requesting to add support for NT Credentials for proxies.

Describe the solution you'd like

From the user's desription:

our proxy server only support NTCredentials to pass Authcations, we need to build a generic way to support Username, NT, Kerberos Poxy Auth. for our code we just need to replace usernamepasswordCredentials(user,pass) by NTCredentials(user,pass,null, region)

Describe alternatives you've considered

It seems there are none

Additional context

貢獻者指南