spring-cloud-gateway
spring-cloud-gateway copied to clipboard
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
Should reference firewalls and links into Spring Security documentation.
Bug Report Component: JsonToGrpcGatewayFilterFactory Version: All versions supporting gRPC (3.1.0+) Severity: Critical (Performance) Description The default implementation of JsonToGrpcGatewayFilterFactory uses blocking gRPC calls (ClientCalls.blockingUnaryCall) within the reactive processing chain, which...
**Describe the bug** cloudgatewayVersion = '4.3.0' When retrieving route metadata in Spring Cloud Gateway, the keys appear to be matched in a case-insensitive manner. This causes unexpected results. **Sample** **sample...
I am using Spring Cloud Gateway in authorization code flow and have a filter to authorize every request and add a custom jwt thereafter. The oAuth server provides refresh and...
I hope to dynamically create routing rules through API interfaces
**Is your feature request related to a problem? Please describe.** In some of our installations we are using redis for multiple namespaces. In that case we need to distinguish between...
**Describe the bug** Using 4.3.0 version of Spring Cloud Gateway MVC, OPTIONS requests without any request body are failing with the latest version of apache httcomponents HttpClient (5.5.5). Scenario: -...
**Describe the bug** **Issue 1: SecureHeaders filter at route level is not working for downloadOptions and permissionPolicy** **Works with springCloudVersion: 2024.0.2** ```yaml spring: cloud: gateway: routes: - id: api-testing uri:...