We have to implement kerberos authentication using Jest client in our application.
Maven dependency:
<dependency> <groupId>io.searchbox</groupId> <artifactId>jest</artifactId> <version>${jest.version}</version> </dependency>
There is no proper example on their GitHub page for kerberos authentication.
Can someone guide me how to implement this?
jestis not the official client of elasticsearch and elasticsearch now offers the official client called JHLRC which seems to support thekerberosauth.You can refer this and this related link for more info