[config-server] Allow specification of down health status (#2056)

Allow developer to set the property 'spring.cloud.config.server.health.down-health-status' to a custom value
This commit is contained in:
Benjamin Einaudi
2022-03-07 23:10:06 +01:00
committed by GitHub
parent 7f83b1f547
commit 0021fd14bd
4 changed files with 56 additions and 6 deletions

View File

@@ -1338,6 +1338,8 @@ spring:
You can disable the Health Indicator by setting `management.health.config.enabled=false`.
Also, you can provide a custom `down` status of your own by setting property `spring.cloud.config.server.health.down-health-status` (valued to `"DOWN'` by default).
=== Security
You can secure your Config Server in any way that makes sense to you (from physical network security to OAuth2 bearer tokens), because Spring Security and Spring Boot offer support for many security arrangements.