I need help with Tenant specific settings like, in my case, each Tenant need to have its own title, description and reference email, just like it has activityStatus property. Also if possible, it should have specific access permission by RBAC.
Can anyone help me set up that with TS weaviate-client v3?
[quote=“zzzzela, post:1, topic:9330”]
in my case, each Tenant need to have its own title, description and reference email, just like it has activityStatus property. [/quote]
But you can use the tennat name as title and store the other info in a different collection?
Can you please help me on how could i do that? I’m struggling because as far as I can see, cross references are per object, not per tenant. Please look at this code I have for now:
So far, i dont know how could I add some data in config collection, that should reference each tenant, for example “description” property from “ConfigCollection” for tenantA?