Skip to content

Setting endpoints.sensitive=true does not set all endpoints to sensitive in v1.4.1 #7476

@loesak

Description

@loesak

more details: http://stackoverflow.com/questions/40617489/spring-boot-actuator-endpoint-configuration-doesnt-seem-to-be-working-as-expect

Using v1.4.1 of Spring Boot

When attempting to set the sensitivity of all actuator endpoints to sensitive, mainly to make the health check endpoint sensitive, i set the property "endpoints.sensitive" to "true" to set all endpoints as sensitive. After making this change, calling the health endpoint did not just show UP/DOWN status but still status of all known services. I had to explicitly set the property "endpoints.health.sensitive" to "true" to get just UP/DOWN status on health check endpoint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions