You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "reta (via GitHub)" <gi...@apache.org> on 2024/03/21 13:25:21 UTC

Re: [PR] [FLINK-34369][connectors/elasticsearch] Elasticsearch connector supports SSL context [flink-connector-elasticsearch]

reta commented on PR #91:
URL: https://github.com/apache/flink-connector-elasticsearch/pull/91#issuecomment-2012289683

   @liuml07 could you please use the same configuration/API model as [1] does for SSL support in OpenSearch? Besides just having familiar configuration, the API is friendly to SQL connector (where providing hostname verifier could be challenging), thank you.
   
   The idea basically is that `NetworkClientConfig` has a setting):
    - allowInsecure: booleab (uses trustall model in case of self-signed certs)
    - you could certainly also keep more elaborate configuration with SSLContext / SSLEngine / ... in case it is needed
   
   Thank you.
   
   [1] https://github.com/apache/flink-connector-opensearch/tree/main/flink-connector-opensearch


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org