reactivesearch-api
reactivesearch-api copied to clipboard
Add support for multi-tenant
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:
- Make sure
accounts_apiwith branchfeat/es-proxyis running locally on:3000. Check here for that PR. - Make changes in the config file and add an
APPBASE_IDenv with a valid appbase ID. - Make changes in the Makefile to change
EXTERNAL_ELASTICSEARCHtofalse.
Server should be up and running