sloppycoder / nfsx

building blocks for creating http based micro service using Spring Boot and Netflix OSS
4 stars 5 forks source link

Custom health indicator missing #1

Closed sloppycoder closed 8 years ago

sloppycoder commented 8 years ago

this sample service starts up fine, but /health end point does not show custom health indicator provided by service-support library.

sloppycoder commented 8 years ago

Turns out it's a feature not a big.

Apparently the actuator endpoint are secured by default and it only shows simple "Status" : "UP" for authorized access. Disabling the management security shows the full details.

See 16f1a1675bc02908cc6a61afb1389cfb36af45ef