astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

Prompting for login #46

Closed biswasraja closed 5 years ago

biswasraja commented 5 years ago
Screenshot 2019-06-19 at 12 10 43 AM

Which credential to use?

johnpoth commented 5 years ago

@biswasraja those are your cluster credentials you normally use, you can check ~/.kube/config

biswasraja commented 5 years ago

Thanks @johnpoth , it worked.

doronzuk commented 4 years ago

i dont have password field in kube config... what are the exact fields from kube config to use?

astefanutti commented 4 years ago

@doronzuk that depends on how your cluster authentication is configured. Kubebox supports almost all the kubeconfig file user authentication fields. Password is generally used with static password file and OAuth strategies.