kube-ops-view
kube-ops-view copied to clipboard
Allow sharing dashboard view to unauthenticated users ("screen tokens")
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
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).