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
Describe the usage question you have. Please include as many useful details as possible.
In the C# package is there a mechanism available for authenticating similar to the client.authenticate(ClientAuthHandler) that is available in pyarrow? I am able to perform a handshake in the C# package with client.Handshake() and see that the authentication mechanism successfully fires on the server but I'm unsure of how to attach authentication metadata to GetInfo or GetStream calls.
Any help would be much appreciated, thanks.
Component(s)
C#
The text was updated successfully, but these errors were encountered:
Hi @AlexRutledge1. I'm not familiar with the C# implementation but I took a look. For the C# Flight implementation, it seems the idea was to delegate auth to AspNetCore rather than build it into the transport like was done for Python/C++. I gleaned this from our Implementation Status page. I don't think that means adding an API similar to Python/C++ wouldn't be welcome but I think doing auth with AspNetCore is your only option.
Describe the usage question you have. Please include as many useful details as possible.
In the C# package is there a mechanism available for authenticating similar to the
client.authenticate(ClientAuthHandler)
that is available in pyarrow? I am able to perform a handshake in the C# package withclient.Handshake()
and see that the authentication mechanism successfully fires on the server but I'm unsure of how to attach authentication metadata toGetInfo
orGetStream
calls.Any help would be much appreciated, thanks.
Component(s)
C#
The text was updated successfully, but these errors were encountered: