This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch pinot-internode-tls
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from b45fbae cover even more controller-bases with TLS
add f2f4aae use global tls config only
No new revisions were added by this update.
Summary of changes:
.../broker/broker/helix/HelixBrokerStarter.java | 12 ++++--
.../SingleConnectionBrokerRequestHandler.java | 1 -
.../apache/pinot/common/utils/CommonConstants.java | 2 +-
.../controller/util/ListenerConfigUtilTest.java | 39 +----------------
.../apache/pinot/core/transport/QueryRouter.java | 2 +-
.../apache/pinot/core/transport/QueryServer.java | 2 +-
.../pinot/core/transport/ServerChannels.java | 2 +-
.../org/apache/pinot/core/transport/TlsConfig.java | 16 ++++---
.../apache/pinot/core/util/ListenerConfigUtil.java | 21 ++++++----
.../java/org/apache/pinot/core/util/TlsUtils.java | 29 +------------
.../pinot/server/starter/ServerInstance.java | 8 +---
.../pinot/spi/ingestion/batch/spec/TlsSpec.java | 49 +++++++---------------
.../org/apache/pinot/tools/BootstrapTableTool.java | 9 ++++
.../command/LaunchDataIngestionJobCommand.java | 9 ++++
14 files changed, 70 insertions(+), 131 deletions(-)
copy pinot-core/src/main/java/org/apache/pinot/core/transport/TlsConfig.java
=>
pinot-spi/src/main/java/org/apache/pinot/spi/ingestion/batch/spec/TlsSpec.java
(56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]