有人知道kong是否有基于istio中基于用户身份(KongConsumer
)的路由?
https://istio.io/docs/tasks/traffic-management/request-routing/#route-based-on-user-identity。
我已使用Kong-ingress-controller和一些basic-auth插件将服务部署到了K8s集群中
这是URL域https://my-application.org/ 并使用身份验证/授权插件,这意味着可以使用ACL和组。
我要实现以下内容
因此,当an user x
输入https://my-application.org/ URL域时,此用户将被重定向到a service x
,该用户仅将Pod部署到名为A customer
的特定客户
如果有user y
到达,它将被重定向到a service z
,后者仅将pod部署到B customer
是否可以在KONG中实施?