grpc/grpc-java
Ver no GitHubSupport NTCredentials in HttpConnectProxiedSocketAddress
Open
#10.597 aberto em 5 de out. de 2023
P3enhancementhelp wanted
Métricas do repositório
- Stars
- (11.124 stars)
- Métricas de merge de PR
- (Mesclagem média 23d 22h) (43 fundiu PRs em 30d)
Description
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