-
I am trying to design a multi-tenant SaaS application and I am using Keystone js (Node JS framework) which uses Mongo Database.
The model that I want to use is Physical Separation of Data: This app…
-
Can you create a separate db + multi schema variation?
For example, one tenant might use the db by itself, but smaller tenants may reside in the same db, but in its own schema.
-
Hi @raphaelm - I'm working on a multi-tenancy app in which there is a many-to-many relationship between users and tenants.
Is this the correct way to represent it in django-scopes?
**models.py*…
-
currently, tenant superuser can create another site for themselves, but the tenant middleware is preventing them from visiting it, because there is no tenant-record for the newly created site domain, …
hazho updated
2 years ago
-
#### What would you like to be added:
Description: design and implement a new hierarchical elastic resource quota mechinism to support resource lending and borrowing to improve the cluster util…
-
For a multi-geo environment there is a need to be able to create Teams in a different geo locations.
As this is not relevant to all organizations then I would add a new column in the Team request set…
-
I'm using separate multi-tenant databases, but when I create a multi tenant using IMultiTenant Store and using the TryAdd() method it creates the row in table Tenants but it doesn't create a database …
-
What does Iron Router say about security in a multi-tenant meteor application? What's the best practice for restricting routes to whole tenants? And then within a tenant, restricting routes for user…
-
I Have a custom user model shared between tenants and public
```python
HAS_MULTI_TYPE_TENANTS = True
MULTI_TYPE_DATABASE_FIELD = 'type'
TENANT_TYPES = {
"public": {
"APPS": [
…
-
The schema name associated with a tenant is not tracked in the FHIR_ADMIN.TENANTS table. This can cause problems in Db2 multi-tenant scenarios if the wrong schema name is used in a schema update comma…