anmolnar opened a new pull request #4125: URL: https://github.com/apache/hbase/pull/4125
- Originally was: HBASE-26666 Address bearer token being sent over wire before RPC encryption is enabled because it's needed for JWT authentication. The bearer token must be transmitted on an encrypted channel. - This code is partially based on ZooKeeper's Client TLS implmentation https://issues.apache.org/jira/browse/ZOOKEEPER-2120 - https://issues.apache.org/jira/browse/HBASE-24506 is also affected, because I had to pass the entire eventLoopGroup to the Netty pipeline, otherwise SSL handshake has a race condition with Call submission Still working on unit tests. -- 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]
