You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.