kuma-gui
kuma-gui copied to clipboard
🐻 A GUI built on Vue.js for use with Kuma.
### Description We can tell from the HTTP API whether transparent proxy is enabled for a Dataplane. If this isn't enabled then in some cases we would expect to see...
### Description We have quite a few dev scripts inside `package.json` files, meaning they are harder to share/keep in sync. `kuma` itself uses Makefiles to share/sync these types of dev...
### Description The below explanation assumes the following MeshHTTPRoute: ```yaml apiVersion: kuma.io/v1alpha1 kind: MeshHTTPRoute metadata: name: http-route-1 namespace: kuma-system labels: kuma.io/mesh: default spec: targetRef: kind: MeshService name: frontend_kuma-demo_svc_8080 to: -...
### Description See https://github.com/kumahq/kuma-gui/pull/2424 --- We should see if we can only have the hardcoded version in the `package.json` and everything else sources from there. Then there are 2 choices:...
### Description This issue is split off from https://github.com/kumahq/kuma-gui/issues/1478 > I'd like to integrate and perhaps use the `` component, it requires extra setup so I'd like to do that...
### Description This issue is split off from https://github.com/kumahq/kuma-gui/issues/1478 > Use auto-prefixes (so we don't need to pass long keys to i18n). --- Our [`RouteView` component](https://github.com/kumahq/kuma-gui/tree/e865b09b5ff268836074028099223cc2325ea9f7/src/app/application/components/route-view) exports a `t` function...
### Description This issue is split off from https://github.com/kumahq/kuma-gui/issues/1478 > Instead of using env for "i18n global variables", we should just use i18n for a group of select i18n keys...
### Description When navigating to an ingress/egress, the breadcrumbs don't have an entry to let me click to go back to the zone-cp I was looking at. We should probably...
### What happened? https://cloud.konghq.com/us/mesh-manager/eb659d42-4bf5-4223-b882-b4950b628459/meshes/default/overview Currently looks like: Some things are not useful anymore (logging, tracing...) the mtls stuff is weird... Surely we can have a better page here!
### Description We could pick a mesh and then see everything in UI filtered by mesh... like we used to :) In zones we should be able to show the...