spring-cloud-gateway
spring-cloud-gateway copied to clipboard
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
Enhancement Currently I see no way I can exclude particular path from routing. For instance if I want my gateway to expose some endpoints. If I have the following route...
## Issue https://github.com/spring-cloud/spring-cloud-gateway/issues/2499 ## Description - In spring-cloud-gateway v3.0.4, after commit 8044bb1, `SecureHeadersGatewayFilterFactory.apply(SecureHeadersGatewayFilterFactory.Config originalConfig) ` return a GatewayFilter which populate secure headers from configuration properties (i.e. application.yml) into `ServerHttpResponse.headers` in...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Is your feature request related to a problem? Please describe.** All of our HTTP components (mostly proxies) write Forwarded headers. That gives us some kind of traceroute of the HTTP...
Hi Team, Initially we were using zuul server 1 with tomcat , prod configuration were as follows We are now upgrading to Spring Cloud Gateway , we need equivalent configuration...
**Describe the bug** We have our api gateway configured to use http2 (http2: server.http2.enabled= true) - spring-cloud: 2021.0.0 After upgrading to spring-cloud 2021.0.1 we get a netty protocol exception. Downgrading...
Common web security use session send by browser,can i use the session than created by SCG when I log in SCG to my web backend for authentication and Authorization?
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...