devoxx-spring-boot-k8s icon indicating copy to clipboard operation
devoxx-spring-boot-k8s copied to clipboard

Exposing actuator env endpoint changed with Spring Boot 2.0M7?

Open nikos opened this issue 7 years ago • 0 comments

Thanks for the great presentation and support material. I gave your demo a try with the latest Spring Boot 2.0 version (M7) and was not able to expose the port with the environment variables, but had to change the entry in application.properties to:

management.endpoints.web.expose=health,info,env

I did not further investigate if the expose behaviour of the management endpoints has changed, but was happy to get it to work :-)

It might be useful to update your docs accordingly or add another hint as is fine with you?

nikos avatar Jan 26 '18 20:01 nikos