Hi Jasmine,
You will need to run a Resilient circuits instance for each organisation in Resilient.
Thus can be achieved in several ways including:
1. Running a separate integration server for each organisation.
or
2. Running multiple instances of Resilient circuits on the same server using python virtual environments with an
instance for each organisation.
For option 2 above, python virtual environments can be managed by environment management tools such as
virtualenv or pipenv.
You will also need to specify separate config files for this option. This can be achieved by using the Resilient
circuits option --config-file.
e.g.
resilient-circuits run --config-file <path_to_config_file>/app.config
Regards,
John
------------------------------
JOHN PRENDERGAST
------------------------------