kou opened a new issue, #35373:
URL: https://github.com/apache/arrow/issues/35373

   ### Describe the enhancement requested
   
   `arrow::flight::ServerAuthHandler::Authenticate()` can't refer HTTP headers 
nor HTTP query parameters:
   
   
https://github.com/apache/arrow/blob/0ea1a103dfc2fc4ab5a5d839369a805e2ae657a2/cpp/src/arrow/flight/server_auth.h#L56-L58
   
   I want to receive database name via a HTTP header or a HTTP query parameter 
in https://github.com/apache/arrow-flight-sql-postgresql .
   
   How about adding `const CallHeaders& incoming_headers` parameter (like for 
`arrow::flight::ServerMiddlewareFactory::StartCall()`) or something to 
`arrow::flight::ServerAuthHandler::Authenticate()`?
   
   @lidavidm @cyb70289 What do you think about this feature request?
   
   ### Component(s)
   
   C++, FlightRPC


-- 
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]

Reply via email to