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

Сustomization of the list of applications on the wallboard #2528

Open
dzahbarov opened this issue Jun 5, 2023 · 1 comment
Open

Сustomization of the list of applications on the wallboard #2528

dzahbarov opened this issue Jun 5, 2023 · 1 comment

Comments

@dzahbarov
Copy link

dzahbarov commented Jun 5, 2023

I want to customize the list of services on the wallboard, which are shown to the user depending on some filter, for example, a filter that checks permissions. Currently ApplicationsController returns all the services that were found using the DiscoveryClient. Are there plans to add such functionality?

@erikpetzold
Copy link
Member

Hi @dzahbarov

this filtering would be on instance level (application is just a group of instances with the same name).

You could then provide your own InstanceFilter implementation that would be applied on InstanceRegistry and affect all views and interactions.

Is that what you want?

We would be happy to get a pull request. Otherwise we can implement that once someone has the time.

dzahbarov added a commit to dzahbarov/spring-boot-admin that referenced this issue Nov 4, 2023
dzahbarov added a commit to dzahbarov/spring-boot-admin that referenced this issue Nov 4, 2023
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

2 participants