You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `spring.boot.admin.ui.hide-instance-url` | `false` | Set to `true` to hide service URLs as well as actions that require them in UI (e.g. jump to /health or /actuator).
86
+
87
+
If you want to hide the URL for specific instances only, you can set the `hide-url` property in the instance metadata
88
+
while registering a service.
89
+
When using Spring Boot Admin Client you can set the property `spring.boot.admin.client.metadata.hide-url=true` in the
90
+
corresponding config file. The value set in `metadata` does not have any effect, when the URLs are disabled in Server.
0 commit comments