Is there any way to connect to elasticsearch 8.2.x using HibernateSearch connection using an API KEY (base64):xxxxxxxxxxxxxxxx instead of using login and password using spring framework ?
As explained in the following documentation by implementing : Hibernate Elasticsearch - set connection/username/password programmaticly
to configure the underlying Apache HTTP Client, and registering it using the org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
I noticed that somthing is moved between the last versions of hibernatesrach, unless i am mistaken,the mothod BeanConfigurationContext.assignRole() is longer exists in final version of hibernatesearch
Is there any way we can currently achieve this?