https://authzed.com logo
Would this equate to just created two
e

ethanslingshot

05/17/2023, 12:03 PM
Would this equate to just created two spicedbcluster resources? And is there a problem if we have them on the same backend datastote?
v

vroldanbet

05/17/2023, 12:03 PM
correct. It would be fine to create them on the same datastore as long as they have their own logical database
e

ethanslingshot

05/17/2023, 12:04 PM
Their own logic datatype. Meaning two different postgress instances?
Database*
v

vroldanbet

05/17/2023, 12:06 PM
no, i mean same physical database, different logical database. If postgres it's just called
DATABASE
or put differently, same postgres instance, different database inside that postgres
e

ethanslingshot

05/17/2023, 12:07 PM
Gotcha. And does the operator isolate these logically by the name of the resource or do we have to provide additional config?
v

vroldanbet

05/17/2023, 12:09 PM
AFAIK you are responsible to provide the database configuration pointing to the different logical database
e

ethanslingshot

05/17/2023, 12:27 PM
Ahhh ok ok thank you!
A final question from me is what is the point of the permissions system flag then?
v

vroldanbet

05/17/2023, 12:35 PM
this would be related the multi-tenant authzed.com. It has its own layer of multi-tenancy built-in, so you need to provide that information
e

ethanslingshot

05/17/2023, 12:40 PM
x.x any insight on open-source multi tenancy support?
v

vroldanbet

05/17/2023, 12:42 PM
there is no open-source multi-tenancy support, that I know
e

ethanslingshot

05/17/2023, 12:45 PM
It is what it is. Again thank you for the help