Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Disable insecure spring boot actuator endpoints by default.
Browse files Browse the repository at this point in the history
Spring Boot Actuator only exposes the /actuator/health /actuator/info endpoint by default
  • Loading branch information
coolbeevip committed Mar 13, 2024
1 parent 10bd2b4 commit c19c4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha/alpha-server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ management:
endpoints:
web:
exposure:
include: "*"
include: "health,info"
health:
redis:
enabled: false
Expand Down

0 comments on commit c19c4a9

Please sign in to comment.