You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.