In my spring boot 2 application the management port and server port are different. I'm trying to disable security for all endpoints in the management server. I disabled security as was described here. Yet my main application paths /actuator/<endpoint> have become insecure too.