spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

An API Gateway built on Spring Framework and Spring Boot providing routing and more.

Results 619 spring-cloud-gateway issues
Sort by recently updated
recently updated
newest added

Should reference firewalls and links into Spring Security documentation.

documentation
in: server-webflux
in: server-webmvc

Fixes gh-3876

waiting-for-triage

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...

waiting-for-triage

**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...

waiting-for-triage

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...

waiting-for-triage

I hope to dynamically create routing rules through API interfaces

waiting-for-triage

**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...

waiting-for-triage

**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: -...

waiting-for-triage

**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:...

waiting-for-triage