nwcdheap / kops-cn

AWS中国宁夏区域/北京区域,快速Kops部署K8S集群
Apache License 2.0
121 stars 74 forks source link

Istio服务网络边缘设置用户权限控制 #88

Closed YuTingLiu closed 5 years ago

YuTingLiu commented 5 years ago

官方的例子是基于Auth0的,但是我需要的自定义鉴权服务。 一些参考资料: https://medium.com/plangrid-technology/custom-user-authentication-in-istio-67c90458b093 https://medium.com/@suman_ganta/openid-authentication-with-istio-a32838adb492

有看到使用keycloak作为鉴权服务器的,但是我们需要访问dynamodb来确定用户权限,所以最好的方式仍然是使用springboot来提供鉴权服务。 不会lua,所以参考资料是否可行未知。 能否提供一些帮助?

YuTingLiu commented 5 years ago

DONE