Would this equate to just created two spicedbclust...
# spicedb
e
Would this equate to just created two spicedbcluster resources? And is there a problem if we have them on the same backend datastote?
v
correct. It would be fine to create them on the same datastore as long as they have their own logical database
e
Their own logic datatype. Meaning two different postgress instances?
Database*
v
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
Gotcha. And does the operator isolate these logically by the name of the resource or do we have to provide additional config?
v
AFAIK you are responsible to provide the database configuration pointing to the different logical database
e
Ahhh ok ok thank you!
A final question from me is what is the point of the permissions system flag then?
v
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
x.x any insight on open-source multi tenancy support?
v
there is no open-source multi-tenancy support, that I know
e
It is what it is. Again thank you for the help