BAEL-315 Adding spring session as mechanism for sharing authentication tokens created by the edge service.

This commit is contained in:
Tim Schimandle
2016-10-18 18:44:43 -06:00
parent a310184efa
commit 2a7b598cf0
19 changed files with 355 additions and 7 deletions

View File

@@ -5,5 +5,9 @@ eureka.client.region = default
eureka.client.registryFetchIntervalSeconds = 5
zuul.routes.resource.path=/resource/**
zuul.routes.resource.sensitiveHeaders=Set-Cookie,Authorization,Cookie
hystrix.command.resource.execution.isolation.thread.timeoutInMilliseconds: 5000
spring.redis.host=localhost
spring.redis.port=6379