aiguofer commented on issue #33874:
URL: https://github.com/apache/arrow/issues/33874#issuecomment-1405501350

   Implemented my own `CustomServerCallHeaderAuthMiddleware` adding some 
logging:
   
   ```
   Method: HANDSHAKE, headers: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,grpc-accept-encoding=gzip,authorization=Bearer
 123)
   Method: GET_FLIGHT_INFO, headers: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,envid=42,accountid=1,grpc-accept-encoding=gzip,authorization=Bearer
 123)
   Method: DO_GET, headers: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,grpc-accept-encoding=gzip,authorization=Bearer
 123)
   ```


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