Browse Source

gateway exposed to actuator

yassine 10 months ago
parent
commit
1bba2298b9
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      api-gateway.yml

+ 3
- 2
api-gateway.yml View File

19
 logging:
19
 logging:
20
   level:
20
   level:
21
     org.springframework.cloud.gateway: DEBUG
21
     org.springframework.cloud.gateway: DEBUG
22
-
23
 management:
22
 management:
24
   endpoints:
23
   endpoints:
25
     web:
24
     web:
26
       exposure:
25
       exposure:
27
-        include: "*"
26
+        include: "*"
27
+    gateway:
28
+      enabled: true

Powered by TurnKey Linux.