amoeba commented on issue #45248: URL: https://github.com/apache/arrow/issues/45248#issuecomment-2590676424
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](https://arrow.apache.org/docs/status.html#flight-rpc) 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. I'm also not familiar with AspNetCore but I found an example, https://github.com/apache/arrow/blob/main/csharp/examples/FlightAspServerExample/Program.cs, and it seems like you might be able to adapt that to include auth. Does this help at all? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
