Developer: yarn run start -> Kubernetes API token #4953
-
I want to extend some functionality of Kubeapps. For that I completed this tutorial to setup the development environment. During that process I clean installed Kubeapps on a new minikube cluster like this. When I run
When I open the dashboard by opening Do I have to use another token when redirecting traffic with telepresence or is there a default token that I have to use to enter the Kubeapps dashboard. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @SohrabTa , thanks for working with Kubeapps. The token you use should be a valid one directly against the Kubernetes API server. You can test it with e.g.: curl $APISERVER/openapi/v2 --header "Authorization: Bearer $TOKEN" --cacert ca-cert.crt You could also try skipping Telepresence and use the React proxy as you might have seen here. |
Beta Was this translation helpful? Give feedback.
Hi @SohrabTa , thanks for working with Kubeapps.
If you think what you are going to develop is a feature that the community could enjoy, please don't hesitate to share it with a PR!
The token you use should be a valid one directly against the Kubernetes API server. You can test it with e.g.:
You could also try skipping Telepresence and use the React proxy as you might have seen here.