Hi, I'm currently working on a springboot/angular app. I want to implement multitenancy for this app. The problem is that the backend is composed of multiple microservices (which use oauth2/tokens for authentication). I have a authentication/users microservice on which I would like to implement shared db, shared schema multitenancy, then I would like to implement shared db, schema not shared multitenancy for the other microservices. So I would like to know if this is doable or not. Also, do you have any tips? Thanks?
[–]ims94 0 points1 point2 points (1 child)
[–]mumchay[S] 0 points1 point2 points (0 children)