headlamp icon indicating copy to clipboard operation
headlamp copied to clipboard

A Kubernetes web UI that is fully-featured, user-friendly and extensible

Results 331 headlamp issues
Sort by recently updated
recently updated
newest added

The cluster config processing in the mentioned file was testing stateless clusters as coming from the /config endpoint but that's not the case. Also, it was changing the redux state...

Artifact hub is complaining that the helm chart is not signed. ![image](https://github.com/headlamp-k8s/headlamp/assets/9541/60d81527-e443-47bc-abf2-dc3b84f03b6e) Note: there's an issue for all of our releases being signed here: https://github.com/headlamp-k8s/headlamp/issues/2092

security
helm

The check on the [headlamp OpenSSF scorecard](https://scorecard.dev/viewer/?uri=github.com/headlamp-k8s/headlamp) identifies that we are not signing releases. ![image](https://github.com/headlamp-k8s/headlamp/assets/9541/aae1c970-0735-4768-958d-01fe81523adf) Note: we have an issue for the helm chart needing to be signed opened here:...

security
release
CI

The check on the [headlamp OpenSSF scorecard](https://scorecard.dev/viewer/?uri=github.com/headlamp-k8s/headlamp) identifies some actions we need to limit the token permissions for. ![image](https://github.com/headlamp-k8s/headlamp/assets/9541/d5b0745d-4fb1-4656-9846-d6a6bd983bf7) We already made some fixes for this recently, but there are...

security
CI

After installing prometheus-community chart, stats appear on the pod detail section. After ~10 minutes or so, the graph disappears completely. If I restart headlamp, stats show up again.

In particular Headlamp Pod/Deployment/Statement page, there is a graph to display the resource usage. In certain Kubernetes cluster environments where multiple Prometheus instances serve different purposes, could the Headlamp helm...

**Objective:** The objective is to have a simple way to create CR/Kubernetes resources without using YAML. **Solution:** My solution is to generate a form from the Custom Resource Definition (CRD)...

The check on the [headlamp OpenSSF scorecard](https://scorecard.dev/viewer/?uri=github.com/headlamp-k8s/headlamp) identifies a number of dependencies where we don't pin the version hash. ![image](https://github.com/headlamp-k8s/headlamp/assets/9541/fb5a3ad9-de55-4ec9-9200-a950a06420cf) > Pinned dependencies reduce several security risks: > > -...

dependencies
security

Currently we're not using fuzzing or property testing which is checked by the [headlamp OpenSSF scorecard](https://scorecard.dev/viewer/?uri=github.com/headlamp-k8s/headlamp). ![image](https://github.com/headlamp-k8s/headlamp/assets/9541/3f5b0651-4630-4afb-8898-2b34fcfa8281) > Fuzzing, or fuzz testing, is the practice of feeding unexpected or random...

security
testing

CRA seems to be inactive/unmaintained. So we should move to another solution in order to keep getting updates. Maybe [Vite](https://vitejs.dev/) is the solution but not at all a drop-in replacement....

frontend