Kola
Kola
Kubeops cannot return a list of namespaces in additional clusters where user has access only to own namespaces. Kubeapps configuration: - oidc provider(keycloak) - separate oidc client for each cluster(audience...
Fix: https://github.com/vmware-tanzu/kubeapps/issues/5033 ### Description of the change `clientsetForConfig` uses incorrect cluster config variable https://github.com/vmware-tanzu/kubeapps/blob/11c87926d6cd798af72875d01437d15ae8d85b9a/pkg/kube/kube_handler.go#L333-L336 ### Benefits Correct behavior for getting a list of namespaces for additional clusters ### Possible drawbacks...