Parcourir la source

gateway exposed to actuator

yassine il y a 10 mois
Parent
révision
1bba2298b9
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3
    2
      api-gateway.yml

+ 3
- 2
api-gateway.yml Voir le fichier

@@ -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.