I recently updated the version of Spring Boot in my application from 1.4 to 1.5.1 and I noticed that the healtch check started to fail after deployment to Elastic Beanstalk on AWS.
In our AWS environments, all communication is over HTTPS including health and it used to work fine with Spring Boot and Actuator 1.4 but we started to get 401 on the actuator health endpoint in verson 1.5.
Does anyone have same problem? Not sure what changed in this release relating this topic but I have not found any solution by reading release notes. Would be glad for any help.