原始项目会在spring cloud API网关里面进行用户登录后的token认证,以及访问URL权限校验。校验完成后会在header里塞一些信息,loginUserId、UserInfo之类的。 请问在istio中应该在哪里做这个事情?Gateway么?还是envoy filter? 官方文档有RequestAuthentication,能用这个么?如何自定义扩展?
原始项目会在spring cloud API网关里面进行用户登录后的token认证,以及访问URL权限校验。校验完成后会在header里塞一些信息,loginUserId、UserInfo之类的。
请问在istio中应该在哪里做这个事情?Gateway么?还是envoy filter?
官方文档有RequestAuthentication,能用这个么?如何自定义扩展?