Uh oh!
There was an error while loading. Please reload this page.
HBASE-27346 Autodetect key/truststore file type from file extension - #4757
Conversation
Apache-HBase
commented
Sep 1, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
Sep 2, 2022
Please fix the error prone warnings for PemReader and TestX509Util? And also fix the checkstyle warnings. |
Apache-HBase
commented
Sep 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 4, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 4, 2022
🎊 +1 overall
This message was automatically generated. |
…4757) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…pache#4757) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…pache#4757) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…pache#4757) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
* HBASE-27185 Rewrite NettyRpcServer to decode rpc request with netty handler (apache#4624) * HBASE-27185 Addendum fix TestShadeSaslAuthenticationProvider * HBASE-27271 BufferCallBeforeInitHandler should ignore the flush request (apache#4676) * HBASE-26666 Add native TLS encryption support to RPC server/client (apache#4666) * HBASE-27278 Improve TestTlsIPC to reuse existing IPC test code (apache#4682) * HBASE-27279 Make SslHandler work with SaslWrapHandler/SaslUnwrapHandler (apache#4705) * HBASE-27342 Use Hadoop Credentials API to retrieve passwords of TLS key/trust stores (apache#4751) * HBASE-27346 Autodetect key/truststore file type from file extension (apache#4757) * HBASE-27280 Add mutual authentication support to TLS (apache#4796) * HBASE-27673 Fix mTLS client hostname verification (apache#5066) * HBASE-27347 Port FileWatcher from ZK to autodetect keystore/truststore changes in TLS connections (branch-2) (apache#4897) * HBASE-27779 Make X509Util config constants public * HBASE-27578 Upgrade hbase-thirdparty to 4.1.4 (apache#4985)
HBASE-27346 Autodetect key/truststore file type from file extension (apache#4757) "This commit does not contain secrets" Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org> (cherry picked from commit d2cc840) Change-Id: I36a839bf04e93b7a937cf08525620b0ec16e953b
Another backport from the ZooKeeper project which adds autodetection of keystore/truststore file types as well as BCFKS format support.
Lots of changes on the testing side unfortunately. I had to refactor the ported classed to take advantage of @Apache9 's x509 test context provider.
cc @bbeaudreault@Apache9@meszibalu