[
https://issues.apache.org/jira/browse/BEAM-10723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marek Simunek updated BEAM-10723:
---------------------------------
Description:
If I set
ElasticsearchIO.ConnectionConfiguration#withKeystorePath
the keystore is set to
SSLContexts.custom()
.loadTrustMaterial(trustStore, trustStrategy
via
[code|https://github.com/apache/beam/blob/release-2.19.0/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java#L439]
was:
If I set
ElasticsearchIO.ConnectionConfiguration#withKeystorePath
the keystore is set to
SSLContexts.custom()
.loadTrustMaterial(trustStore, trustStrategy
> SSL authentication key set to trustMaterial instead of keyMaterial
> ------------------------------------------------------------------
>
> Key: BEAM-10723
> URL: https://issues.apache.org/jira/browse/BEAM-10723
> Project: Beam
> Issue Type: Bug
> Components: io-java-elasticsearch
> Affects Versions: 2.19.0
> Reporter: Marek Simunek
> Priority: P2
>
> If I set
> ElasticsearchIO.ConnectionConfiguration#withKeystorePath
> the keystore is set to
> SSLContexts.custom()
> .loadTrustMaterial(trustStore, trustStrategy
> via
> [code|https://github.com/apache/beam/blob/release-2.19.0/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java#L439]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)