Closed shivamkrpandey closed 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.
Since elasticsearch only allows Basic auth, I am closing this issue and making changes in the forked repo. :)
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.