Dimitri Laloue
Dimitri Laloue
For repositories, secrets used for authentication can be either user managed or kubeapps managed. The current mechanism is based on a system flag to enable one more or the other...
For repositories, secrets used for authentication can be either user managed or kubeapps managed. The current mechanism is based on a system flag to enable one more or the other...
When doing a GET on a given repository, plugins will ensure that credentials are marked as redacted. The current setting is to do full redaction, but some users may want...
### Description: A user created with the kubernetes user-facing role "view" cannot see applications when using Kubeapps. When logging into Kubeapps, the following error is displayed instead: "Unable to list...
there are cases where one plugin can fail when calling GetAvailablePackageSummaries (for example postgres issue for helm plugin, bug in carvel plugin for empty result...), and in that case, the...
I created a user that only has access to his/her own namespace, and that does not have the right to view/create private repositories, but only use the global repositories (e.g....
The repository service API is implemented by the three plugins helm, flux and carvel. There are several aspects of the implementation which is not plugin specific and hence is duplicated....
This issue is a follow up to issue #5121 which addressed improvements for the basic support of repositories for all types. The new UX should help improve further the creation/edit...
When configuring a cluster during install, an admin can provide a "serviceToken" to list namespaces on the target cluster. The current support is to list the token in the values.yaml...
**Describe the bug** With the introduction of the new kubeapps-apis component, other deployments/services have been removed and things have moved around a bit. There are remaining items to cleanup to...