prmoore77 commented on PR #14082: URL: https://github.com/apache/arrow/pull/14082#issuecomment-1341611099
hi @lidavidm - in addition to disabling certificate validation (details in my comment above) - I wanted to know how best to handle authentication. While testing the Arrow Flight SQL JDBC driver - I noticed that the handshake process seems as follows: 1) Client sends authentication "basic" header with id/password to server 2) Server middleware validates id/password per custom code. 3) Server sends base64-encoded JWT back to Client 4) Client sends authentication "bearer" header with JWT for subsequent calls. I realize I can likely set an auth header with the server-signed JWT, but it would be nice if the Python ADBC client did the same authentication steps as the JDBC driver for consistency. -- 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]
