Joaquim Rocha

Results 128 issues of Joaquim Rocha

The [Inspektor Gadget](https://github.com/kinvolk/inspektor-gadget) project has a gadget for generating network policies based on the network traffic during a certain period. It would be great to have a plugin for running...

kind/roadmap
frontend
plugins

We have had a [PR](https://github.com/kinvolk/headlamp/pull/138) opened for adding SSL support to the server, but security measures like SSL can be added [outside of Headlamp](https://github.com/kinvolk/headlamp/pull/138#issuecomment-742643461), and in the interest of avoiding...

auth

## Description Recently we got a [report](https://github.com/kinvolk/headlamp/issues/414) from a user who believed the terminal functionality was not working for them because they didn't realize that the `#` in the terminal...

frontend

## Current situation We may have functionality, both in the core and in plugins, that would like to inform the users about events that require their knowledge or attention, but...

kind/roadmap
frontend
plugins

## Current situation If we want to set up a new logo/name for a Headlamp deployment, we have to change the project's code. ## Impact We want Headlamp to be...

kind/roadmap
frontend
plugins

## Current situation If we have Headlamp (desktop) running and change the kubeconf file, e.g. to add, remove, or change a cluster, then Headlamp will not be aware of it...

backend
frontend
desktop

## Current situation The docs are generated from the frontend's plugin files which will be confusing for the user to check when creating the plugins, as they will not be...

documentation
frontend
plugins

## Description We are using the translations before namespaces are fully loaded. This is not perceptible by the user but produces warnings. Even though #373 mitigates some of the warnings...

frontend

We should create a seccomp plugin to allow the user to generate, browser, and apply seccomp policies. This involves the seccomp policy advisor from [Inspektor Gadget](https://github.com/kinvolk/inspektor-gadget/blob/da20583358b9aebe2bcc62ec1fc5a26536f3b432/docs/gadgets/seccomp.md). In an initial version,...

plugins

## Current situation We have many components which use the API to gather the data to feed the view part of them. Since they reuse common components and add only...

frontend