Closed
Description
Currently, the only way to get the health
endpoint to show the details of a down
ed service is to set endpoints.health.sensitive=false
and management.security.enabled=false
The latter seems overly restrictive to me. We'd still like to keep the majority of our endpoints (env, trace, etc) secured, but it'd be nice to have health give more details.
Maybe having a third state like sensitive
, insensitive
, and detailed
(for lack of a better word) where the health beans could determine how much detail to provide based on setting?
Open to any suggestions, just know I've run up to this many times and others have shared my thoughts. Also, happy to contribute to whatever is determined to be the best course :)