-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi! We've looked at your proxy for tensorboard and it's quite nice (just a single file to deploy, no muss no fuss, etc). But tensorboard is still reachable if one knew the port.
I've got a branch here that uses unshare to create a new network namespace so that tensorboard can boot in it and stay unreachable. Of course this relies on the users ability to use unshare (they need access to subuids) which isn't enabled in most systems.
This ticket is just to let you know of that work, and that we've modified your authrevproxy (and copied your license and noted these facts in the README). The modifications were mostly just updates to use python3, twisted 19 and enable being run by root.
Let me know if the licensing in that branch is what you'd expect (or if you want me to cease and desist and remove it entirely. as it's GPL I'm happy to push whatever updates you'd like back here).