-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: Multi Tenant Upstream Support #400
Comments
Are you using Zuul 1 or Zuul 2? Eureka or no? |
Thanks for your response @artgon
|
No documentation yet, it'll be coming shortly. Best bet for Z2 right now is the sample app. Someone else had a similar question earlier, see if helps: #395 |
Thanks @artgon I'll check it out |
@artgon what am I doing wrong?
|
Added a run task to the sample (1baf63a) You can run it from the root directly with the command |
Perfect! Thanks @artgon |
@artgon I setup a local instance of eureka and modified the configuration on the sample app to point to the local instance of eureka, it appears like zuul is picking up the instances registered on eureka
however, I'm not able to figure out how to access the APIs on those instances via zuul. I tried http://localhost:7001/instanceid/apiuri, but that didn't work |
Hi Team,
I’ve the following use case:
I’ve an api let’s say identified by the uri /service/function/operation and there are different upstream tenants that provide the same API. So, lets say
User 1,2,3 are served by tenant A
User 4,5,6 are served by tenant B
User 7,8,9 are served by tenant C
The upstream provider for a specific user will be determined by an authorization engine.
I’ve a few questions in this regard:
How do I go about the adding and configuring the providers for this use case?
On a side note is there a community forum where I can reach out for questions or is github issues the right forum?
The text was updated successfully, but these errors were encountered: