File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,14 @@ zuul:
1515 trip-query :
1616 path : /trip/query/**
1717 url : http://tripmanagementquery:8080/api
18+ userservice :
19+ path : /userservice/**
20+ url : http://userservice:8091/
21+ sensitiveHeaders : Cookie,Set-Cookie
1822security :
1923 oauth2 :
2024 resource :
21- userInfoUri : http://localhost:8080/uaa /user
25+ userInfoUri : http://localhost:8091/auth /user
2226 ignored : /catalog/**
2327eureka :
2428 instance :
@@ -46,10 +50,14 @@ zuul:
4650 trip-query :
4751 path : /trip/query/**
4852 url : http://tripmanagementquery:8080/api
53+ userservice :
54+ path : /userservice/**
55+ url : http://userservice:8091/
56+ sensitiveHeaders : Cookie,Set-Cookie
4957security :
5058 oauth2 :
5159 resource :
52- userInfoUri : http://localhost:8181/uaa /user
60+ userInfoUri : http://localhost:8091/auth /user
5361 ignored : /catalog/**
5462eureka :
5563 instance :
You can’t perform that action at this time.
0 commit comments