[
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)
```
was:
If I set
ElasticsearchIO.ConnectionConfiguration#withKeystorePath
the keystore is set to
> 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)
> ```
--
This message was sent by Atlassian Jira
(v8.3.4#803005)