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

HTTP PROXY Support NTCredentials #1071

Open
dfercode opened this issue Sep 27, 2023 · 3 comments
Open

HTTP PROXY Support NTCredentials #1071

dfercode opened this issue Sep 27, 2023 · 3 comments
Labels
blocked Waiting for another issue to be fixed

Comments

@dfercode
Copy link

dfercode commented Sep 27, 2023

only support usernamepasswordCredentials for http proxy, need to support microsoft NTCredentials
at BigqueryProxyTransporterBuilder.createHttpTransportFactory

line 95

@davidrabinowitz
Copy link
Member

We are bound by the API of HttpConnectProxiedSocketAddress.Builder which does not support NTCredentials. Can you please share more about your use case?

@dfercode
Copy link
Author

dfercode commented Oct 5, 2023

We are bound by the API of HttpConnectProxiedSocketAddress.Builder which does not support NTCredentials. Can you please share more about your use case?

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)

@davidrabinowitz
Copy link
Member

Created grpc/grpc-java#10597 for this.

@davidrabinowitz davidrabinowitz added the blocked Waiting for another issue to be fixed label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Waiting for another issue to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants