You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 21:34:43 UTC

[GitHub] [beam] damccorm opened a new issue, #21088: ElasticsearchIO: Enabling both User/Pass auth and SSL overwrites User/Pass

damccorm opened a new issue, #21088:
URL: https://github.com/apache/beam/issues/21088

   When using the ElasticsearchIO class in the SDK, if you enable both username and password auth AND SSL, the SSL addition overwrites the username and password credentials as both utilize .setHttpClientConfigCallback() 
   See: [https://github.com/apache/beam/blob/4fb05beb4b1063388432d4a66aa4ea245542cb02/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java#L599](https://github.com/apache/beam/blob/4fb05beb4b1063388432d4a66aa4ea245542cb02/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java#L599)
   
   To recreate, set both the user/pw and keystore info for the write/read transform.  Authentication then fails when connecting to an SSL****user/pw auth cluster.
   
   Imported from Jira [BEAM-12632](https://issues.apache.org/jira/browse/BEAM-12632). Original Jira may contain additional context.
   Reported by: dboshardy.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] egalpin commented on issue #21088: ElasticsearchIO: Enabling both User/Pass auth and SSL overwrites User/Pass

Posted by GitBox <gi...@apache.org>.
egalpin commented on issue #21088:
URL: https://github.com/apache/beam/issues/21088#issuecomment-1227504122

   Fixed by #17297 (duplicate of BEAM-14000)


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] egalpin closed issue #21088: ElasticsearchIO: Enabling both User/Pass auth and SSL overwrites User/Pass

Posted by GitBox <gi...@apache.org>.
egalpin closed issue #21088: ElasticsearchIO: Enabling both User/Pass auth and SSL overwrites User/Pass
URL: https://github.com/apache/beam/issues/21088


-- 
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: github-unsubscribe@beam.apache.org

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