Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore list property to allow server to block specific clients from registering #2535

Open
dkirrane opened this issue Jun 8, 2023 · 1 comment

Comments

@dkirrane
Copy link

dkirrane commented Jun 8, 2023

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.

@erikpetzold
Copy link
Member

Hi @dkirrane ,

that could be implemented using security, see https://docs.spring-boot-admin.com/current/security.html#sba-server, so the clients would need to authenticate with the server during registration.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants