Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NTCredentials in HttpConnectProxiedSocketAddress #10597

Open
davidrabinowitz opened this issue Oct 5, 2023 · 2 comments
Open

Support NTCredentials in HttpConnectProxiedSocketAddress #10597

davidrabinowitz opened this issue Oct 5, 2023 · 2 comments

Comments

@davidrabinowitz
Copy link

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

@sanjaypujare
Copy link
Contributor

@davidrabinowitz are you planning to add this support?

@sanjaypujare sanjaypujare added the P3 label Oct 9, 2023
@ejona86
Copy link
Member

ejona86 commented Nov 3, 2023

We are okay with this feature, assuming it doesn't bring in a large dependency. But we aren't likely to work on this naturally. Just testing it would be an effort. A contribution or making this a priority within Google are the most likely ways for this to happen.

@ejona86 ejona86 added this to the Unscheduled milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants