The Spring Cloud Gateway Enterprise Extensions are a collection of libraries built on top of the Open Source Spring Cloud Gateway. They provide powerful Enterprise Grade functionality. They are published as jar files, each of which contains a collection of related Spring Cloud Gateway filters, predicates, and Spring Boot Actuator Info Contributors. There is also a Bill of Materials (BOM) to help manage dependency versions.
Minimum Requirements
Component | Version |
Java Virtual Machine | 17+ |
Spring Boot | 3.4.x+ |
Spring Cloud | 2024.0.x |
Spring Cloud Gateway | 4.2.x (requires reactive gateway) |
Libraries
Library | Use Case |
access-control | Restrict access based on API keys or JWT keys |
custom | Add filters to help build custom extensions |
graphql | Restrict GraphQL operations |
sso | Add single sign-on; restrict traffic based on roles or scopes |
traffic-control | Restrict traffic based on request parameters; circuit breaker |
transformation | Transform the response before returning downstream |
Content feedback and comments