-
Task
-
Resolution: Done
-
Critical
-
None
-
None
-
devex docs #222 Jul 21-Aug 11
-
1
-
Documentation (Ref Guide, User Guide, etc.), User Experience
- Needs an update to 4.11 Release Notes as a Known Issue.
Bugzilla description - https://bugzilla.redhat.com/show_bug.cgi?id=2071792:
Description of problem:
A non-kubeadmin user will not have access to openshift-config namespace. As a result, the user will not be able to add a private helm chart repository in a ns as it would require adding secret & configmap in the above mentioned namespace.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
The user is not able to access secrets/configmaps in the openshift-config namespace
Expected results:
The user should be able to add secret & configmap to an accessible namespace and should be able to add private helm chart repository in the namespace using the above created resources.
Additional info:
https://github.com/openshift/console/blob/master/pkg/helm/chartproxy/repos.go#L41
https://github.com/openshift/api/blob/master/helm/v1beta1/0000_10-project-helm-chart-repository.crd.yaml#L57
- is related to
-
HELM-343 Support TLS authentication for project helm chart repositories
- Closed