reactivesearch-api icon indicating copy to clipboard operation
reactivesearch-api copied to clipboard

Add support for multi-tenant

Open deepjyoti30 opened this issue 3 years ago • 0 comments

What does this do / why do we need it?

This PR adds a lot of changes to the codebase to add support for multi-tenant in ES.

Steps to run the server:

  1. Make sure accounts_api with branch feat/es-proxy is running locally on :3000. Check here for that PR.
  2. Make changes in the config file and add an APPBASE_ID env with a valid appbase ID.
  3. Make changes in the Makefile to change EXTERNAL_ELASTICSEARCH to false.

Server should be up and running

deepjyoti30 avatar Jun 25 '22 08:06 deepjyoti30