You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/01 19:31:50 UTC

[GitHub] [pulsar] nicoloboschi opened a new pull request #14996: [elasticsearch] support token based auth

nicoloboschi opened a new pull request #14996:
URL: https://github.com/apache/pulsar/pull/14996


   ### Motivation
   Support token based authentication in the ElasticSearch sink connector.
   
   https://www.elastic.co/guide/en/elasticsearch/reference/current/token-authentication-services.html
   
   ### Modifications
   * New `token` and `apiKey` config fields.
   You have to use only one between username/password, token and apiKey.
   
   Both are used with the `Authorization` header.
   ```
   Authorization: Bearer <token>
   ...
   Authorization: ApiKey <apiKey>
   ```
   
   Note that OpenSearch doesn't support Api Key authentication at the moment.
   
   - [x] `doc` 
    


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] nicoloboschi commented on pull request #14996: [feat][pulsar-io] ElasticSearch sink: support token based auth

Posted by GitBox <gi...@apache.org>.
nicoloboschi commented on pull request #14996:
URL: https://github.com/apache/pulsar/pull/14996#issuecomment-1086372475


   /pulsarbot rerun-failure-checks


-- 
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: commits-unsubscribe@pulsar.apache.org

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