Skip to content

Health Endpoint No Longer Accessible Since 1.2.0 Upgrade #2120

@davidgoate

Description

@davidgoate

Since upgrading from 1.1.9 to 1.2.0 the /health endpoint is no longer accessible.

I see from the release notes that the default is to deny anonymous access but even by adding the property endpoints.health.sensitive=false access is still being forbidden.

I do have Spring Security on the classpath and I have configured the WebSecurityConfigurerAdapter with http.authorizeRequests().anyRequest().authenticated(). When using 1.1.9 I was able to access /health without authenticating.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions