How to enable multitenancy
-
Hi Allan,
I've deployed openflow on kubernetes, how can I enable multitenancy for client, as of now I can see all clients logged in as below snap
where as on https://app.openiap.io/#/Clients I can see only me in clients and not others
Is there any way to enable this as setting or see users domain specific.
Kindly help!
-
Hey
You will find answers to most of those questions in the values file
You want to enable multi_tenant
A little warning, after enabling this, go to admins -> customers and add your "main" customer and then 1 one more. Else the side menu will bug out ... I'll have that fixed later, but for now that is required. -
Not sure if it was clear.
The helmchart has a values file with a lot of default values.
If you then want to change one of those, you add it to your own values file.
So in this example, in your values files under the openflow section you then add multi_tenant: true