@@ -9,6 +9,13 @@ The primary use cases for this module are:
-**Decoupled Search App Integration**: Provide a secure API endpoint for React or other decoupled front-end applications.
-**Supports Authentication**: Manage both anonymous and Basic Authentication for Elasticsearch clusters.
## FEATURES
-**Extendable Controller**: The module allows you to extend the controller in your custom module. This enables you to modify Elasticsearch queries and the returned JSON results to suit your specific requirements.
-**Proxy Elasticsearch Requests**: Securely act as a proxy for Elasticsearch queries, allowing front-end applications to perform searches without exposing sensitive data.
-**Framework Agnostic**: Works seamlessly with any frontend (e.g., React, Vue) in decoupled setups.
-**Advanced Security**: Adds filtering and security features to the Elasticsearch requests.
## REQUIREMENTS
This module depends on the following modules and services:
...
...
@@ -16,8 +23,8 @@ This module depends on the following modules and services: