Kong API Gateway中的自定义身份验证服务

我们目前正在分析微服务的API网关,Kong是可能的候选者之一.我们发现,Kong支持多个用于身份验证的插件,但全部基于存储在Kong数据库本身中的用户.我们需要将此责任委托给我们的自定义auth HTTP服务,并且不想在API网关数据库中添加这些用户.

We are currently analyzing the API gateway for our microservices and Kong is one of the possible candidate. We discovered that Kong support several plugins for authentication but the all based on users stored in Kong database itself. We need to delegate this responsibility to our custom auth HTTP service and don't want to add these users in API gateway database.



 1 条回答