spring-boot-admin icon indicating copy to clipboard operation
spring-boot-admin copied to clipboard

feat(#2538): implement configs to hide URLs in UI

Open SteKoe opened this issue 1 year ago • 0 comments

closes #2538

Allows to hide service urls globally by setting the property spring.boot.admin.ui.show-instance-url to false on SBA server side or per instance by passing hide-url=true as metadata during instance registration.

screenshot

SteKoe avatar Oct 18 '24 12:10 SteKoe