lidavidm commented on a change in pull request #123:
URL: https://github.com/apache/arrow-cookbook/pull/123#discussion_r802883538



##########
File path: python/source/flight.rst
##########
@@ -387,3 +387,214 @@ stream as it arrives, instead of reading them all into a 
table:
 
     # Shutdown the server
     server.shutdown()
+
+Authentication with user/password
+=================================
+
+Often, services need a way to authenticate the user and identify who
+they are. Flight provides several ways to implement authentication;

Review comment:
       I linked to the Flight docs, but the docs are rather spare; I filed 
https://issues.apache.org/jira/browse/ARROW-15628 to improve that.




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