Skip to content

Commit

Permalink
Enable all actuators for Spring Boot Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Sep 28, 2018
1 parent e7effb8 commit ec92d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ spring.jpa.hibernate.ddl-auto: none

# Spring Boot 1.5 makes actuator secure by default
management.security.enabled: false
# Enable all Actuators and not only the two available by default /health and /info starting Spring Boot 2.0
management.endpoints.web.exposure.include: "*"

# Temporary hack required by the Spring Boot 2 / Spring Cloud Finchley branch
# Waiting issue https://github.com/spring-projects/spring-boot/issues/13042
Expand Down

0 comments on commit ec92d7d

Please sign in to comment.