Closed
Description
Is your feature request related to a problem? Please describe.
My application is exposed on the server-port publicly, however, the management-port is not exposed publicly (actuator).
I want to be able to access the swagger ui in my vpn by having it on my management port. Users of my application on the other hand should not be able to access it.
Describe the solution you'd like
Add a property
springdoc.use-management-port: (default false)
If it is set to true then expose the swagger ui using the management port.