I want to use the cloud hosted version of Ory, but...
# ory-network
h
I want to use the cloud hosted version of Ory, but need multi tenant support, i.e. when a new customer comes I want to use the same customization of a project, but separate identities for the user. What is the best approach here?
l
I'm interested in this too - I'm currently building a multi-tenant platform. I see "User Pools" in the Ory console which are labeled as "soon" and I assume are for multi-tenancy. Is there a timeline or any kind of documentation/plans available right now which could help me architect my app?
s
You can talk to @fast-lunch-54279 @rich-thailand-93889 to get on the waiting list for early access and to help us prioritize
f
Right now, the best approach is to use one Project per [b2b] customer / user pool, and then use gitops to push configuration changes for all the projects (to keep config in sync)
we're working on a model of "sub-projects" where configuration is inherited as desired for additional simplicity. We can help migrate to that future model if you start with a multi-project setup right now!
h
@fast-lunch-54279 Is the gitops approach somewhere documented? My assumption is that whenever our backend is adding a new user I should call the Ory API to create the identical setup, right?
f
new user = new B2B tenant in your case?
h
Thanks. Yes, user was meaning a new tenant.
s
yes, you can do an API call there to create a new project