kafka-connect-elasticsearch icon indicating copy to clipboard operation
kafka-connect-elasticsearch copied to clipboard

ApiKey authentication

Open alozano3 opened this issue 1 year ago • 2 comments

Problem

There is no support for ApiKey Header authentication which is used in ES cloud version

Solution

Add a new property to put the API Key and use it to authenticate. It also checks if basic authentication is configured.

Does this solution apply anywhere else?
  • [ ] yes
  • [ ] no
If yes, where?

Test Strategy

Testing done:
  • [x] Unit tests
  • [x] Integration tests
  • [ ] System tests
  • [x] Manual tests

Release Plan

alozano3 avatar Oct 11 '24 14:10 alozano3