Ver código fonte

gateway exposed to actuator

yassine 10 meses atrás
pai
commit
1bba2298b9
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      api-gateway.yml

+ 3
- 2
api-gateway.yml Ver arquivo

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

Powered by TurnKey Linux.