Hi,
I am using nginx as reverse proxy for elasticsearch, is it possible to use the nginx-lua module for authentication and session management to elasticsearch.
I have tried using http basic authentication and it works, but what i want to implement is authentication with secure cookies or secure sessions.
Thanks