You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2022/01/31 21:52:37 UTC

[pinot] branch master updated (2a36d4c -> 0009877)

This is an automated email from the ASF dual-hosted git repository.

apucher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git.


    from 2a36d4c  Add error message if unable to create index / tmp resource dir (#8076)
     add 0009877  Listener TLS customization (#8082)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/core/transport/TlsConfig.java |  23 +-
 .../apache/pinot/core/util/ListenerConfigUtil.java |  67 ++-
 .../java/org/apache/pinot/core/util/TlsUtils.java  |  93 ++--
 pinot-integration-tests/pom.xml                    |   2 +-
 .../tests/BasicAuthRealtimeIntegrationTest.java    |   4 +
 .../tests/BasicAuthTlsRealtimeIntegrationTest.java | 302 ------------
 .../integration/tests/TlsIntegrationTest.java      | 507 +++++++++++++++++++++
 .../CertBasedTlsChannelAccessControlFactory.java   |   3 +-
 .../src/test/resources/empty.jks                   | Bin 0 -> 32 bytes
 .../src/test/resources/empty.p12                   | Bin 0 -> 88 bytes
 .../src/test/resources/tlstest.jks                 | Bin 2277 -> 2283 bytes
 .../src/test/resources/tlstest.p12                 | Bin 10155 -> 2645 bytes
 .../apache/pinot/spi/env/PinotConfiguration.java   |   3 +
 13 files changed, 647 insertions(+), 357 deletions(-)
 delete mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/BasicAuthTlsRealtimeIntegrationTest.java
 create mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java
 create mode 100644 pinot-integration-tests/src/test/resources/empty.jks
 create mode 100644 pinot-integration-tests/src/test/resources/empty.p12

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org