File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,19 @@ spring:
4545 filters :
4646 - AuthenticationFilter
4747
48+ - id : user-swagger
49+ uri : http://localhost:8081
50+ predicates :
51+ - name : Path
52+ args :
53+ patterns :
54+ - /users/swagger-ui.html
55+ - /users/swagger-ui/**
56+ - /users/v3/api-docs
57+ - /users/v3/api-docs/**
58+ filters :
59+ - RewritePath=/users/(?<remaining>.*), /${remaining}
60+
4861 - id : reaction-private
4962 uri : http://localhost:8083
5063 predicates :
Original file line number Diff line number Diff line change @@ -55,6 +55,19 @@ spring:
5555 filters :
5656 - AuthenticationFilter
5757
58+ - id : user-swagger
59+ uri : http://user-service:8081
60+ predicates :
61+ - name : Path
62+ args :
63+ patterns :
64+ - /users/swagger-ui.html
65+ - /users/swagger-ui/**
66+ - /users/v3/api-docs
67+ - /users/v3/api-docs/**
68+ filters :
69+ - RewritePath=/users/(?<remaining>.*), /${remaining}
70+
5871 - id : reaction-private
5972 uri : http://reaction-service:8083
6073 predicates :
You can’t perform that action at this time.
0 commit comments