-
Notifications
You must be signed in to change notification settings - Fork 21
Added documentation for multi-tenancy #79
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution @pooja1pathak ! Notify me when you are finished. |
Hi @marcc-orange , I am done with the documentation from my side. |
Hi @marcc-orange , I have a query for multi-tenant Cepheus-CEP. As per my observation every-time CEP receives any Is this a bug or I missed something? |
This looks like a bug, clearly each tenant has (or shoud have) an instance of a |
It might be easier to just use Docker containers to handle multi-tenancy properly (providing better isolation) than using a shared JVM application if you are not running on a constraint RPi-like platform... |
I tried to use Docker containers for running Cepheus but I am unable to find Please guide me with the steps to enable multi-tenancy in Docker container environment. |
Hi @marcc-orange I have added a separate issue for our above discussion #80. Please review my PR #79 and verify its content for documentation of multi-tenancy in cepheus CEP. |
Updated https://github.com/Orange-OpenSource/fiware-cepheus/blob/master/doc/admin/cep.md to explain how to enable multi-tenancy feature.
Added multi-tenant.md, multi_01.png, multi_02.png and multi_03.png to explain how multi-tenancy works and how it relates to Orion tenants.