Hi,
I'm currently trying to setup an environment mixing PostgreSQL and Elasticsearch (7).
I'm facing an issue on how to give access to the Elasticsearch from PostgreSQL.
The Elasticsearch installation uses Basic authentication:
"header":{"WWW-Authenticate":["Basic realm=\"security\" charset=\"UTF-8\"","Bearer
realm=\"security\""]}}]
But in the definition of the index through PostgreSQL/ZomboDB I only have the possibility to give the URL, not the user/pwd. So obviously the Elasticsearch access is refused.
How can I setup this?
Thanks,
Frederic