I have written a controller (inside our “DataServicesApplication”) that is used for some debugging purposes on the command line.
I have added the path to that controller to the mgmtp.a12.uaa.authentication.unsecured.urls= property. During startup I can see that the property is applied:
INFO c.m.a.u.a.s.i.U.UAA_Config Unsecured URLs [/mydebug/**]. No UAA infrastructure applied.
But I still get a 401/Unauthorized when trying to call that endpoint.
What am I missing? Do I need to configure anything else?