You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/11/13 17:12:02 UTC

[jira] [Commented] (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=17231644#comment-17231644 ] 

Beam JIRA Bot commented on BEAM-10838:
--------------------------------------

This issue was marked "stale-P2" and has not received a public comment in 14 days. It is now automatically moved to P3. If you are still affected by it, you can comment and move it back to P2.

> Add a withSSLContext builder method to ElasticsearchIO 
> -------------------------------------------------------
>
>                 Key: BEAM-10838
>                 URL: https://issues.apache.org/jira/browse/BEAM-10838
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-elasticsearch
>            Reporter: Conor Landry
>            Priority: P3
>
> Currently, the ElasticsearchIO transforms 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.3.4#803005)