hjacobs / kube-ops-view

Kubernetes Operational View - read-only system dashboard for multiple K8s clusters
https://kubernetes-operational-view.readthedocs.io/
GNU General Public License v3.0
1.83k stars 260 forks source link

Allow sharing dashboard view to unauthenticated users ("screen tokens") #65

Open hjacobs opened 7 years ago

hjacobs commented 7 years ago

Users might want to share the cluster view to unauthenticated users (e.g. to display on some TV dashboard screen). A similar mechanism as in ZMON can be applied, see https://docs.zmon.io/en/latest/user/tv-login.html?highlight=tv

hjacobs commented 7 years ago

TODO: do not bind the token to the IP, but to a newly generated UUID which is stored in a long lasting cookie (thus "preventing" easy reuse of screen tokens for the same IP).