Simple Password Protection #1000
Replies: 1 comment 6 replies
-
|
Hey @criticalfungus thanks for dropping in. I agree, auth is probably overdue. Initially this project was entirely client side and session-based, so even if there were sensitive data it was only in one browser session. now that we have persistent data, and potentially orgs putting detail about server architecture that may have sensitive/risk to it, auth is necessary. While you could technically put whatever auth you wnat infront of the application, that is a bit like locking the front door while your garage door is wide open: the application would still be accessible unless you explicitly deny it through nginx config. It is also interesting to me that you also mention being a school. This is the 2nd user that has mentioned this, I am beginning to see a trend. Can you clarify, what auth methods does your org use right now? You mention 365 SSO so I am inferring you are a Microsoft shop though using TrueNAS makes me think you are probably open to just about any technical solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
This is an excellent tool, I'm really impressed with it. Running in docker, on a TrueNAS Scale box with a redirected data folder. Its great for me and my team to make maps of our racks in, it was Visio before. Obviously its early days for the tool but we were wondering, we work in schools and rather than having to lock down the ports and IP of the web page of this app using firewall and access control rules. What are the chances of even simple user management. We wouldn't be web publishing it, just internal to the LAN.
For example, just a simple optional password for locking down the interface would stop students (well the majority) who stumble on the site from changing anything. Username and Password support would be great, 365 SSO integration even better, but honestly as simple enter a password would make this secure enough for us to use properly.
Thanks for putting this together.
Dale
Beta Was this translation helpful? Give feedback.
All reactions