mobz / elasticsearch-head

A web front end for an elastic search cluster
http://mobz.github.io/elasticsearch-head/
Other
9.41k stars 2.02k forks source link

Bearer token authentication support #448

Closed shivamkrpandey closed 3 years ago

shivamkrpandey commented 3 years ago

I need to send bearer token instead of basic auth. In my use case, each req to elastic is verified by the JWT instead of basic auth username:password.

shivamkrpandey commented 3 years ago

Since elasticsearch only allows Basic auth, I am closing this issue and making changes in the forked repo. :)

  1. Chrome extension: https://github.com/shivamkrpandey/elasticsearch-head-chrome-bearer-auth
  2. App (for now only /_site/ changes are there) : https://github.com/shivamkrpandey/elasticsearch-head-bearer-auth