Handle Security in Zuul, with OAuth2 and JWT 1. Introduction Simply put, a microservice architecture allows us to break up our system and our API into a set of self-contained services, which can be deployed fully independently. While this is great from a continuous deployment and management point of view,… Continue Reading spring-security-zuul-oauth-jwt

Rate Limiting in Spring Cloud Netflix Zuul 1. Introduction Spring Cloud Netflix Zuul is an open source gateway that wraps Netflix Zuul. It adds some specific features for Spring Boot applications. Unfortunately, rate limiting is not provided out of the box. In this tutorial, we will explore Spring Cloud Zuul RateLimit which… Continue Reading spring-cloud-zuul-rate-limit