multi-tenant Questions

8

Solved

In my app, every user has its own database that created when the user registered. Connection and database data (database name, username, password) are saved in a table in the default database. try{...
Cuisse asked 20/9, 2014 at 19:8

6

Solved

I have the master database with login table and corresponding database settings for each user. On login I should dynamically change the db settings fetching from the table. I can change the d...
Housemaster asked 16/10, 2017 at 16:49

1

I am trying to create a multi tenant node.js application (with also sub domains) where each user has their own database under a single host, (say an rds instance). So it will be easier for me to h...
Phalan asked 7/11, 2019 at 10:57

3

Solved

I'm building a multi-tenant application, and am running into difficulties with what I think is EF Core caching the tenant id across requests. The only thing that seems to help is constantly rebuild...
Grayish asked 13/11, 2017 at 15:39

1

Solved

I am using JWT based authentication in my .net core 2.1 web site. Currently this works fine. Now, I have to make one API multi-tenant and each tenant will have it's own secret key. The tenant Id wi...
Liliuokalani asked 12/8, 2019 at 13:28

1

Solved

We are trying to implement the strategy outlined in the following presentation (slides 13-18) using nodejs/mongo-native driver. https://www.slideshare.net/mongodb/securing-mongodb-to-serve-an-aws...

3

Solved

My organization needs to have a shared database, shared schema multitenant database. We will be querying based on TenantId. We will have very few tenants (less than 10) and all will share the same ...

4

Solved

I am using the acts_as_tenant gem to manage multi-tenancy, and I'm using devise to manage users. I have only setup devise User model and Account model for tenants. I can create users against multi...
Variation asked 18/7, 2012 at 10:3

1

Solved

I have django application 2.1.7 with django-tenant plugin (creating schemas in the database for saas). My problem is unit testing. I run the command: python manage.py test --settings=project.setti...
Battaglia asked 28/4, 2019 at 21:42

1

Solved

I've been reading about instances and tenants and in the Saas architecture. My questions are as follows (please correct anything that you notice I've gotten wrong with any of the following terms): ...

1

Solved

I work with a SaaS product that has a somewhat large user base. Up until now our approach to isolating customer data has been to have customer specific databases. This has worked great with Entity ...
Rockfish asked 27/2, 2019 at 5:43

1

Solved

I have started converted my exiting Spring Boot(1.5.4.RELEASE) application to work with multi-tenant features.it is a schema based multi-tenant solution and based on mysql. As hibernate document su...
Openhanded asked 20/1, 2019 at 17:41

2

I am interested at implementing a multitenancy solution using hibernate as provider and SQLServer as database. I am using the schema based approach meaning one database and different schemas. Spec...
Wreck asked 12/9, 2017 at 9:56

1

Solved

I am trying to curl to my localhost laravel site. I am using XAMPP 7.1 When I try to reconnect this code always gives an error (instead of 200 OK response) Fatal error: Uncaught GuzzleHttp\Excep...
Telford asked 27/12, 2018 at 8:50

0

I've been looking for a multi-tenant architecture solution with Symfony 4 & Doctrine for a long time, where we have single App and many databases. So, i've managed a little with this: sf4-multi...
Xenogamy asked 7/12, 2018 at 10:33

2

Solved

I have a multi-tenant application in ASP.NET MVC. The instance of the application that will be served is function of the hostname alone (something along the lines of stackexchange, I suppose). Eac...
Pneumo asked 6/1, 2010 at 9:55

0

I have a Ruby on Rails 4.2 multi-tenant application where I want each tenant to use it's own session cookie and cookie options. I tried different approaches but I can't get every detail right. To...

2

Solved

I'm trying to add multi tenancy support to my Spring data jpa repositories. I would like to set dynamically the tenant id per request, but it does not work for the custom finder findBy* methods on ...
Nollie asked 27/10, 2014 at 13:21

4

Solved

I am trying to add multitenancy to a java application using the separate schema approach as outlined in this webinar I wanted to know how would I configure multiple data sources via spring perhaps...
Ballet asked 24/7, 2011 at 3:21

2

I have a multi-tenant database in SQL Server 2012 where each tenant's rows are identified by a tenant_id column (aka the Shared Database, Shared Schema approach). Some tenants, particularly the new...

1

Solved

I have an IDP (Identity Server 4) hosted with multiple bindings: auth.company1.com and auth.company2.com I also have an API protected from that IDP. So in order to access the API I need to get the ...
Riccardo asked 8/7, 2018 at 11:50

1

Solved

My current project is in AWS, using Cognito and microservices with Lambda. We have designed the microservices using DDD and are in the process of implementing basic functionality. However, there i...

1

I’m attempting to create a multi-tenant application with DynamoDB and Cognito. The documentation is pretty clear on how to implement fine-grained authorisation so that users can access only their o...

0

I am currently trying to implement a themeable site using Razor Pages in dotnetcore 2.1 but am having some trouble/confusion with why the pages won't load. Every request to the site causes a theme...
Affined asked 26/5, 2018 at 10:29

6

Solved

I'm thinking of creating a multi-tenant app using MongoDB. I don't have any guesses in terms of how many tenants I'd have yet, but I would like to be able to scale into the thousands. I can think ...
Fruity asked 1/5, 2010 at 3:55

© 2022 - 2024 — McMap. All rights reserved.