Commits


Matthew Topol authored and Sebastien Binet committed 9992f675c8f
ARROW-11466: [Go][Flight] adding Basic Auth handling for go flight client and server Adding support for more header based authentication in Flight server and clients. - Base64 encoded username/password auth - Bearertoken receiving and population of context metadata - Unit tests Closes #9392 from zeroshade/flight/gobasicauth Lead-authored-by: Matthew Topol <mtopol@factset.com> Co-authored-by: Matt Topol <mtopol@factset.com> Signed-off-by: Sebastien Binet <binet@cern.ch>