This is an automated email from the ASF dual-hosted git repository.
yashmayya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new e5f5994fdd0 Wrong pinot.minion.tls.keystore.type in TLS Integration
Test (#17641)
e5f5994fdd0 is described below
commit e5f5994fdd0298bd749e48e5c61347d5d2676f10
Author: Akanksha kedia <[email protected]>
AuthorDate: Thu Feb 5 23:28:36 2026 +0530
Wrong pinot.minion.tls.keystore.type in TLS Integration Test (#17641)
---
.../java/org/apache/pinot/integration/tests/TlsIntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java
index a5239a29e5c..daea554d158 100644
---
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java
+++
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java
@@ -239,7 +239,7 @@ public class TlsIntegrationTest extends
BaseClusterIntegrationTest {
minionConf.setProperty("pinot.minion.tls.keystore.path",
TLS_STORE_PKCS_12);
minionConf.setProperty("pinot.minion.tls.keystore.password", "changeit");
- minionConf.setProperty("pinot.server.tls.keystore.type", "PKCS12");
+ minionConf.setProperty("pinot.minion.tls.keystore.type", "PKCS12");
minionConf.setProperty("pinot.minion.tls.truststore.path",
TLS_STORE_PKCS_12);
minionConf.setProperty("pinot.minion.tls.truststore.password", "changeit");
minionConf.setProperty("pinot.minion.tls.truststore.type", "PKCS12");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]