kuma-gui
kuma-gui copied to clipboard
🐻 A GUI built on Vue.js for use with Kuma.
### Description We should be able to figure out which connections are mTLS/not mTLS by using the RBAC stats, and then showing these alongside the connection stats in the inbounds...
### Description The drawers for inbounds/outbounds are supposed to show you the entire "picture" of the policies/config for a dataplane. We currently use the inspect `_rules` API to show us...
### Description Similar to #2976 but for ZoneEgress
### Description This should only be the case when using MeshService. We are now able to show by reading the config the services behind a zoneIngress. We should be able...
### Description There are many places where we show the user a name of say `tcp-service`, which is possibly not a **unique** name for the service. Its fully qualified name...
### Description See https://github.com/kumahq/kuma-gui/pull/2664 for more info, dataplane subscriptions should also use this UX
### Description See https://github.com/kumahq/kuma-gui/pull/2664 for more info, zone proxy (ingress/egress) subscriptions should also use this UX
### Description IMO lists of things in GUIs should be either: 1. A way to get somewhere 2. A way to compare things NOT: A way to show "all-the-informations". Point...
### Description The sentences should go underneath the right hand side subnav, and we should have a separate sentence for each of Internal, External, MeshService, MeshMultiZoneService, MeshExternalService
Replaces all remaining instances of `RouterLink` with `XAction`, then removes `RouterLink` from eslint globals. Note: RouterLink is still available for use, its just harder to use. --- Replaces all remaining...