multi-tenant Questions
2
Currently I am facing a technological decision to be made and personally am not able to find the solution myself.
I am currently in progress to develop a multiple-tenant database.
The structure w...
Amabil asked 13/4, 2018 at 7:55
5
I am currently looking into converting a single-tenant Java based web-app that uses Spring, GWT, Hibernate, Jackrabbit, Hibernate Search / Lucene (among others) into a fully fledged SaaS style app....
Hellfire asked 28/3, 2011 at 15:39
1
Solved
I need to create a service that can manage multiple datasources.
These datasources do not necessarily exist when the app when first running the app, actually an endpoint will create new databases, ...
Representationalism asked 10/4, 2018 at 17:26
1
Solved
I'm trying to implement an IdentityServer that handles an SSO for a multitenant application.
Our system will have only one IdentityServer4 instance to handle the authentication of a multitentant cl...
Wintertime asked 22/1, 2018 at 15:0
1
When using a rails engine, overriding views is as easy as creating new views in the right folder. But when creating a multi-tenant rails app where all tenants reside in the same app (they don't use...
Deprecative asked 8/6, 2015 at 7:7
2
Solved
Currently working on a project where my Spring Boot project needs to
leverage multiple data sources or schema in the same DB server. I have
found several tutorials that teach multiple data source...
Cargile asked 7/2, 2018 at 22:33
1
I've already gone through the documentation and it closely mirrors my use-case except that I cannot use Google, Facebook or Amazon as my identity provider, but I already have an enterprise level OA...
Dragonet asked 20/7, 2015 at 11:15
2
Solved
I have been reading about multi-tenancy for quite a while. With the very trivial statements like below. I have read dozens of links and sites but all are quite abstract.
..In which a single inst...
Studbook asked 5/1, 2018 at 16:34
2
I'm working on POC java application that will support Multi Tenancy. I start my POC with JHipster generator and OAUTH2 authentication start on spring boot.
Each tenant have own SCHEMA but tenants a...
Alvy asked 20/4, 2015 at 18:43
0
My app allows users to create custom product landing pages.
I wish to setup this scenario:
Pages can exist on brand.myapp.com/offer-name, however I want to enable users to create landing pages u...
Madelynmademoiselle asked 6/10, 2017 at 12:21
1
Solved
I am working on a spring boot multi-tenant application with database per tenant strategy. Requirement is that to add new databases at runtime which means I have to create new datasource objects dyn...
Porfirioporgy asked 1/10, 2017 at 18:4
1
What would be the least expensive and PaaS-agnostic ways to protect and separate sensitive data in a multi tenant application which is using a shared database?
Some background info and more specif...
Colossians asked 10/12, 2015 at 10:50
1
Solved
Using firebase hosting is it possible to give each client their own subdomain on registration?
For example;
clientA.startup.com
clientB.startup.com
I could not find an API for domains and see n...
Winthrop asked 1/9, 2017 at 22:0
1
I want to implement DISCRIMINATOR based Multi-Tenancy solution for Shared Schema Based Multi-Tenancy Model-common database schema for all tenants.
Technology stack
Hibernate 3 Global filter (I ...
Translative asked 5/3, 2014 at 14:3
1
Solved
I'm currently developing a multitenant Angular SPA application that connects to multiple webAPI's in the backend and uses AzureAD authentication where each AD represents a tenant.
Azure documenta...
Pang asked 15/8, 2017 at 14:25
2
Solved
I watched this YouTube video on Docker and at 22:00 the speaker (a Docker product manager) says:
"You're probably thinking 'Docker does not support multi-tenancy'...and you are right!"
But nev...
Bloch asked 16/6, 2017 at 8:50
3
When implementing an org.hibernate.integrator.spi.Integrator for hibernate 4.3, one gets a Configuration, SessionFactoryImplementor and SessionFactoryServiceRegistry object.
One way to fetch the m...
Mcdevitt asked 28/11, 2014 at 23:29
1
Solved
I'm learning about multi-tenant applications and how PostgreSQL's schemas can be used for this.
Researching the subject, I ended up finding an article in which the author describes a poor experienc...
Company asked 13/6, 2017 at 14:27
1
I want to setup multi-tenant support for our Jenkins. Let, we have 5 jobs for two users (GitHub user) in Jenkins and all the 5 jobs are in a single server.
user_1 has j1, j2, j3 jobs
user_2 has...
Ultramontanism asked 15/5, 2015 at 4:58
1
Solved
I'm faced with the tenant term a little time ago in context of Stormpath and after in context of Google Cloud Datastore. And what made me crazy about this, is why we where need to introduce new ter...
Lumbye asked 8/4, 2017 at 18:24
0
How can I extend the IdentityRoles to work with an extended AspNetRoles Table? in ASP MVC 5, with Identity 2.2 I looked here & here the answers do not help with DB First EF
Step 1: I extended/...
Surbase asked 7/4, 2017 at 4:48
1
Solved
Trying to get tenant.app.com setup in Angular 2 (RC6, Router 3.0)
Is there any documentation around how to do this? Almost everything I've seen starts with a base url = / and then parses the url f...
Lingerie asked 10/9, 2016 at 22:3
6
I am working on an application that needs to support the multi-tenant model. I am using the symfony2 php framework and doctrine2.
I'm not sure the best way to go about architecting this requireme...
Regimen asked 24/9, 2011 at 12:34
1
Solved
i am developing web application which uses multitenant database configuration.
I want to add tenant dynamically.
I added master controller to create master schema which hold tenant record created...
Grime asked 14/12, 2016 at 6:30
2
Solved
I've seen plenty of ink spilled by now about how Docker is not sufficiently isolated to allow arbitrary containers to be run in a multi-tenant environment, and that makes sense. "If it's root in Do...
Mudcat asked 27/8, 2015 at 19:21
© 2022 - 2024 — McMap. All rights reserved.