带密钥斗篷的安全微服务Spring Boot应用程序

时间:2020-11-10 10:29:59

标签: spring-boot google-cloud-platform microservices keycloak netflix-zuul

我有4个微服务 在端口8761上的eurekaService, 端口8083上的productService, 端口8082上的companyService,以及 端口8085上的proxyService 并且我想通过keyCloak保护我的应用程序安全,什么是实现我的安全配置的最佳实践?
我必须创建一个安全服务(securityService) 或分别配置每个微服务 或在代理级别配置安全配置 实施密钥斗篷的最佳实践是什么

github存储库:https://github.com/dali05/my-first-microservice.git

0 个答案:

没有答案