-
We have two spring boot microservices (say ABC and RST) with zuul gateway, eureka service registry, hystrix setup in place.
We spring boot - angular 2 web portal which is calling ABC microservice to …
-
I create a filter which extended SurgicalDebugFilter to route some request to another service for gray deployment.
I set the zuul.debug.host or zuul.debug.vip like "zuul.debug.host=http://localhost…
-
With Spring Cloud Brixton I was able to configure my system to allow https request with the following yaml-configuration:
```server:
port: 443
ssl:
key-store: classpath:keystore.jks
k…
-
**Rancher Version:**
1.2.0
**Docker Version:**
1.12.4
**OS and where are the hosts located? (cloud, bare metal, etc):**
Ubuntu
**Setup Details: (single node rancher vs. HA rancher, internal DB v…
-
With Spring Cloud Brixton I was able to configure my system to allow https request with the following yaml-configuration:
```server:
port: 443
ssl:
key-store: classpath:keystore.jks
k…
-
I have the same error as the incident #919 (Closed by inactivity)
```
zuul:
routes:
security-view-angular:
path: /security-view-angular/**
service-id: security-view-a…
-
Allow the Stormpath Spring Boot Default Starter to be used as a plugin in a Spring Cloud Netflix Zuul deployment. This allows a Zuul gateway to easily perform user management, auth, and security conc…
-
returning HTTP1.1/200 instead of HTTP1.1/200 OK.
i'm using zuul, zuul returning status as HTTP1.1/200 instead of HTTP1.1/200 ok, i'm asserting this in soap ui tests
please let me know what shou…
-
Ceylon 1.3.1 was released and adds this new feature that changes how it deals with maven transitive dependencies.
You can see the thread about how it works from ceylon issue: https://github.com/cey…
-
I've created a simple mail service to send email from gmail using spring boot mail.
When service running independently (i.e direct hit on email service http://**localhost:8184**/api/email/sender/sendT…