You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Etienne Chauchot (Jira)" <ji...@apache.org> on 2022/01/20 10:53:00 UTC

[jira] [Comment Edited] (BEAM-10838) Add a withSSLContext builder method to ElasticsearchIO

    [ https://issues.apache.org/jira/browse/BEAM-10838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478389#comment-17478389 ] 

Etienne Chauchot edited comment on BEAM-10838 at 1/20/22, 10:52 AM:
--------------------------------------------------------------------

[~kenn] [~clandry94] +1 on this.
[~clandry94] thanks for offering your help ! I'll assign the ticket to you


was (Author: echauchot):
[~kenn] [~clandry94] +1 on this.
[~clandry94] thanks for offering your help ! I assigned the ticket to you

> Add a withSSLContext builder method to ElasticsearchIO 
> -------------------------------------------------------
>
>                 Key: BEAM-10838
>                 URL: https://issues.apache.org/jira/browse/BEAM-10838
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-elasticsearch
>            Reporter: Conor Landry
>            Priority: P2
>
> Currently, the ElasticsearchIO transforms have only one way to securely read/write Elasticsearch by using the withKeystorePath builder method and providing the location of a keystore containing a client key in jks format.
> This is a bit limiting, especially for Elasticsearch users not depending on shield to secure their clusters. I'd like to propose the addition of the builder method withSSLContext(SSLContext sslContext, which delegates to `httpClientBuilder.setSSLContext`.
> If this is (y), I can start working on it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)