Skip to content

Commit 719bf53

Browse files
committed
allow anonymous (including load balancer) checks to /jifa-api/health-check
1 parent 572e223 commit 719bf53

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

server/src/main/resources/application.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ server:
4040

4141
logging:
4242
level:
43-
ROOT: DEBUG
43+
ROOT: DEBUG
44+
45+
netflix:
46+
sso:
47+
config:
48+
anonymous:
49+
resource-patterns: /jifa-api/health-check

0 commit comments

Comments
 (0)