xiangfu0 opened a new pull request, #16170:
URL: https://github.com/apache/pinot/pull/16170
This PR adds authentication support for broker gRPC connections, enabling
secure communication between clients and Pinot brokers over gRPC protocol.
- Enhanced Authentication Framework
- Extended BasicAuthAccessControlFactory to support both HTTP and gRPC
authentication
- Added GrpcRequesterIdentity support with proper token extraction from
gRPC metadata
- Improved error handling and validation for authentication tokens
- Enhanced JDBC Client Support
- Enhanced gRPC connection handling in PinotGrpcConnection with
case-insensitive metadata matching
- Added comprehensive examples demonstrating both HTTP and gRPC
authentication scenarios
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]