Allow Gitlab to connect Kubernetes via basic auth
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
zd: https://gitlab.zendesk.com/agent/tickets/66393
From the customer:
I would like to connect GitLab to Kubernetes cluster that has been set up within Rancher. Rancher provides config file for any external client (kubectl) to manage Kubernetes cluster https://docs.rancher.com/rancher/v1.4/en/kubernetes/#kubectl.
This config file provides only basic auth, i.e. username and password, that works fine for kubectl. However, it seems that GitLab Kubernetes integration supports authentication only by "Service token" and "Custom CA bundle".
So I'm wondering whether there is currently (or scheduled for future releases) any way to connect to Kubernetes using basic auth?