aktin / broker

AKTIN search broker components: Asynchronous distribution of search queries across federated data warehouses
Apache License 2.0
4 stars 4 forks source link

Inactive Nodes are still shown in broker-admin-dist UI #46

Open akomii opened 1 week ago

akomii commented 1 week ago

With the new added feature #42 node api keys can be (de-)activated through an endpoint. Deactivated nodes cannot be targeted by a request. Still, in the UI of the broker-admin-dist all nodes are listed, regardless of state of activity:

image

With corresponding api-keys.properties:

image

Shall inactive nodes be filtered out from the broker nodes view?

akomii commented 1 week ago

Looking at @rwm