Quicklink to Kubernetes Dashboard

28 views
Skip to first unread message

benjamin...@gmail.com

unread,
Jul 10, 2020, 5:10:08 AM7/10/20
to kubernetes-sig-ui
Is there a way to login to the Kubernetes dashboard with a single link containing the token ?

Similar to this?  https://<hostname/ip>:<port>/#/login/#/<token=12345.....10000abc>

Sebastian Florek

unread,
Jul 10, 2020, 5:25:28 AM7/10/20
to kubernetes-sig-ui
This is not possible with the URL. Tokens are sent as headers. You can use a reverse proxy that will be responsible for injecting token into the headers and Dashboard will automatically skip the login view and use the token from the request. There are many similar issues closed explaining this topic. Documentation also shortly mentions it.
Reply all
Reply to author
Forward
0 new messages