busola icon indicating copy to clipboard operation
busola copied to clipboard

Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.

Results 227 busola issues
Sort by recently updated
recently updated
newest added

**Description** Using busola-config in kube-config namespace, it is possible to add a link into the Busola navigation on top level (overview). We would need that also on a namespace level....

kind/feature

**Description** The permission check is currently case-sensitive, while `set.resources` entries are always lower case. https://github.com/kyma-project/busola/blob/3e43f204e766f87ce1686bd62d8712cf41524d10/src/state/navigation/filters/permissions.ts#L31 https://github.com/kyma-project/busola/blob/3e43f204e766f87ce1686bd62d8712cf41524d10/src/state/navigation/filters/permissions.ts#L39 This leads to an incorrect check when the resource kind is given in PascalCase,...

kind/bug

**Description** In "old" implementation we had nice looking component for ports. ![image](https://user-images.githubusercontent.com/46759954/229705994-9d49e64c-e53b-476f-b6f2-ed700956e21f.png) Right now we have workaround like this: ![image](https://user-images.githubusercontent.com/46759954/229706398-320e6c64-6c0f-4e62-bf9f-a2132a8c6db7.png) Check services

kind/feature
area/busola/extensibility

It's currently impossible to place to form widgets with the same `path` side by side in extensions. A separator widget (for example a var without a type - which causes...

kind/bug

- add a list of wizards in extensions - create a wizard schema - add a create/edit option for the wizard

kind/feature

Convert all existing extensions not to use the `translations` section, and instead use human-readable strings within the definitions themselves.

technical-task

Get rid of the `Resource`/`ResourceRef` split and keep only one component, or even consider removing them altogether (but it might be beneficial to have some extra support such as `provideVar`...

kind/feature

Add support for data sources in `Resource` and `ResourceRef` components instead of providing the resource data inline. Remove the old options from docs, but keep them in code for backwards...

technical-task

Analyze if it's possible to change how `components/Clusters/shared` works - possibly move some of them to a hook. For example `addCluster`, as it should most probably be using `setAuth` instead...

technical-task

**Description** For now, when the user is using KeyPairValue or ResourceRefs there is a workaround for create. This should be implemented universally, quite possibly using a `ui-schema` plugin. Also in...

kind/cleanup
area/busola/extensibility
technical-task