-
This is my application.yml
```java
ratelimit:
key-prefix:
enabled: true
repository: IN_MEMORY
behind-proxy: true
default-policy-list:
- limit: 10
quota: 10…
-
If we run the Zuul proxy for about 15-30 min without making any calls, it will fail the first call with an HTTP 500 error (Connection reset when executed on server )zuu. After that, all subsequent ca…
-
Hi,
Zuul RibbonRoutingFilter is throwing bad certificate error when routing to client auth enabled microservices.
Spring Boot: 15.13
Spring Cloud: Edgware.SR3
Error Message:
Root Cause ="…
-
### hi spring-cloud-netflix team
I meet a problem while i tried to make the communication between zuul and the backend service a Two-Way SSL https.
### when we enable the Two-Way SSL we recived t…
-
* Plugin version : don't konw how to get
* Bitbucket Server version : Atlassian Bitbucket v4.14.12
* Stack traces in Bitbucket Server log file: have no access to bitbucket server
* Any browser…
-
Where could i find the zuul2's doc about pressure test benchmark?
-
Tomcat 8 nails us with a warning on almost all apps now because of Threads that are still running when it closes down. Not really more than cosmetic, but worth looking into.
dsyer updated
6 years ago
-
When trying to run api-gateway application getting the below error:
2018-06-25 16:29:39.378 WARN 13824 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during c…
-
I have an application with a simple zuul route that forwards to another service.
I've setup a RestDoc test to invoke the routed path with a POST and content.
```
mockMvc.perform(
post("/ivr/a…
-
In UserInfoTokenService (org.springframework.boot.autoconfigure.security.oauth2.resource)
``` java
private OAuth2Authentication extractAuthentication(Map map) {
...
UsernamePasswordAuthentica…