API-Gateway에서 JWT 검증하기
·
Spring
전체 api 애플리케이션에 대하여 jwt검증 및 api 로드밸런싱을 위한 api-gateway 설계 [MSA 단일 진입점] api-gateway는 비즈니스 결정을 하지 않는다. 이는 데이터베이스에 직접 접근하거나 객체를 직접 만들어서 전달하지 않는 다는 말과 동일하다. API Gateway는 Routing + cross-cutting concerns(보안/모니터링/회복탄력성 등)를 제공하는 게 목적Spring Cloud GatewaySpring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring..


