-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Comments
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. |
Co-authored-by: Stephan Köninger <stephan.koeninger@codecentric.de>
We have just polished your PR and merged the feature. It will be shipped in the next release. :) |
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?
The text was updated successfully, but these errors were encountered: