Timeline for Checking tenant information in microservices
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 16, 2020 at 14:00 | vote | accept | Steven Brookes | ||
| Oct 16, 2020 at 14:00 | answer | added | Steven Brookes | timeline score: 1 | |
| Oct 16, 2020 at 13:48 | comment | added | Steven Brookes | @GuilhermeFerreira I utilized an approach similar to what panda submitted. I will add an answer with what I implemented | |
| Oct 16, 2020 at 13:30 | comment | added | Guilherme Ferreira | @Steven Brookes How did you solve this problem? I have the same situation and using the same middleware SaasKit. Another question, do all of your microservices endpoints have a tenant_id parameter? In other words, how did you get the tenant information inside a microservice? | |
| Jul 26, 2019 at 20:59 | vote | accept | Steven Brookes | ||
| Oct 16, 2020 at 14:00 | |||||
| Jul 23, 2019 at 10:29 | history | edited | Steven Brookes | CC BY-SA 4.0 |
Added context to tenant/user creation process and its authentication
|
| Jul 23, 2019 at 10:25 | comment | added | Steven Brookes | I'm not sure I understand your point there? I am trying to implement a gateway per user interface, similar to what is described at: samnewman.io/patterns/architectural/bff which talks explicitly about aggregation of calls. | |
| Jul 23, 2019 at 9:52 | comment | added | Laiv |
The Gateways are intended to be implemented as Backend-For-Frontend and would aggregate data as necessary to satisfy the client request to that gateway. No, Gateways are intended to provide a single entry point for several and different APIS. The APIs don't even need to be related. It's an infrastructure element unrelated to the domain or functionality of the application. API Gateways might seem a good place for aggregates but they are not. The same way we don't make aggregates in our HTTP Server or balancers.
|
|
| Jul 23, 2019 at 9:44 | answer | added | panda | timeline score: 3 | |
| Jul 23, 2019 at 9:09 | history | asked | Steven Brookes | CC BY-SA 4.0 |