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 23:33:17 UTC

[GitHub] [beam] damccorm opened a new issue, #21455: Elastic search IO doesnot work when both username/password and keystore are used

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

   When using both username/password and ssl keystore, ElasticSearchIO doesnot Create correct restclient.
   
    
   
   Firstly, it sets HttpClientConfigCallback using httpAsyncClientBuilder if username and passowrd is used. Afterwards, it will replace HttpClientConfigCallback to httpClientBuilder is ssl store is used, hence losing the credentials provider
   
   Imported from Jira [BEAM-14000](https://issues.apache.org/jira/browse/BEAM-14000). Original Jira may contain additional context.
   Reported by: nishantjain91.


-- 
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 closed issue #21455: Elastic search IO doesnot work when both username/password and keystore are used

Posted by GitBox <gi...@apache.org>.
egalpin closed issue #21455: Elastic search IO doesnot work when both username/password and keystore are used
URL: https://github.com/apache/beam/issues/21455


-- 
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 commented on issue #21455: Elastic search IO doesnot work when both username/password and keystore are used

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

   Fixed by #17297.  Thanks @nishantjain91 !


-- 
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