Description
With kumahq/kuma-gui#4683 the GUI is implementing a generic resources page that gives the user an overview and some linking to all the resources. We would like to provide the user with some additional features and also hide several things:
- *Insight resources shall be hidden. Would it be possible to have a flag, i.e.
isInsight on *Insight-resources, i.e. MeshInsight?
- Categories: We would like to give the user the opportunity to filter the resources by categories, i.e.
security, observability, ... For now we do this on the client side, but for the future if a new resource is added it would be great if there was also category added on the the new resource. I'd propose to use categories because a resource might match to multiple categories. Currently I am using categories: ['security', 'traffic', 'observability', 'performance', 'reliability']
Description
With kumahq/kuma-gui#4683 the GUI is implementing a generic resources page that gives the user an overview and some linking to all the resources. We would like to provide the user with some additional features and also hide several things:
isInsighton*Insight-resources, i.e.MeshInsight?security,observability, ... For now we do this on the client side, but for the future if a new resource is added it would be great if there was also category added on the the new resource. I'd propose to usecategoriesbecause a resource might match to multiple categories. Currently I am usingcategories: ['security', 'traffic', 'observability', 'performance', 'reliability']