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
I have certain rogue clients that use the spring-boot-admin-client to register with the server.
I'd like to be able to configure the spring-boot-admin-server with a list of Clients to skip i.e. ignore them when they try register.
The text was updated successfully, but these errors were encountered:
A blocklist in the server would not be easily to implement. Which property should the blocking be based on? The client could just change it's name if it gets blocked and could register again.
I have certain rogue clients that use the
spring-boot-admin-client
to register with the server.I'd like to be able to configure the
spring-boot-admin-server
with a list of Clients to skip i.e. ignore them when they try register.The text was updated successfully, but these errors were encountered: