Someone knows if does kong has a route based on user-identity (KongConsumer
) similar to this one in istio?
https://istio.io/docs/tasks/traffic-management/request-routing/#route-based-on-user-identity .
I have the service deployed in my K8s cluster using Kong-ingress-controller and some basic-auth plugin
This is the URL domain https://my-application.org/ And work with Authentication/Authorization Plugins, this means, work with ACL and groups.
I want to implement the following So, when an user x
enter to the https://my-application.org/ URL domain, this user will be redirected to a service x
which has only the pod deployment to specific customer named A customer
And If an user y
arrive, this will be redirected to a service z
which has only the pod deployment to B customer
Is this possible to be implemented in KONG?