问题:我可以群集API网关并在其前面安装负载均衡器。在管理身份验证方面我需要考虑什么?即:跨API网关集群共享API密钥?
额外注意事项,我计划在网关处终止SSL,并在数据库中使用bcrypt作为密码。
任何反馈都会很棒,谢谢。
答案 0 :(得分:2)
Can I cluster the the API Gateway and have the load balancer in front of it.
Yes, you can. Most of the good Api Gateway solutions will provide the ability to do clustering. e.g. https://getkong.org/docs/0.9.x/clustering/ or you can use cloud based Api Gateway: Azure API Management or AWS API Gateway
What do I need to consider with respect to managing authentication?
These specifics depends on your selection of API Gateway solution.