This is my Spring Boot 1.5.1 Actuator application.properties:
application.properties
#Spring Boot Actuator management.contextPath: /actuator management.security.roles=R_0
To have authorization to spring boot actuator endpoints you need to have ACTUATOR role. Refer this example Accessing Restricted Actuator Endpoints with Spring Security