tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Self Hosted Tensorboard support with user auth

Open arif-ahmed-nv opened this issue 1 year ago • 1 comments

Hello,

I want to be able to securely share Tensorboard sessions with other people. I know I can simply expose the remote host publicly, but this method is not secure, so are there any resources/documentation to do this with proper user authentication so that anyone that has my remote host IP/port cannot see my training logs? I would use tensorboard.dev, but since that's been shut down it's no longer a viable option. I would also be interested if there's any way to fetch the static HTML from the remote host running the Tensorboard service, and inject it into an iFrame in my own web app.

arif-ahmed-nv avatar Jan 25 '24 21:01 arif-ahmed-nv

You would need to add your own auth layer in front of any locally hosted version of TensorBoard, which would be specific to your particular auth provider.

The TB HTML content is dynamic, but I would assume just pointing to the URL would be sufficient to include it in an iframe (as long as the URL is accessible).

groszewn avatar Jan 26 '24 19:01 groszewn