We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16f074b + 750b82c commit 34c3209Copy full SHA for 34c3209
1 file changed
src/main/resources/application.yml
@@ -48,6 +48,18 @@ spring:
48
filters:
49
- AuthenticationFilter
50
51
+ - id: image-public
52
+ uri: http://image-service:8082
53
+ predicates:
54
+ - Path=/v1/images/upload
55
+
56
+ - id: image-private
57
58
59
+ - Path=/v1/images/**
60
+ filters:
61
+ - AuthenticationFilter
62
63
jwt:
64
secret: ${JWT_SECRET}
65
0 commit comments