Pin security of sys files via DWC
-
Hello,
is there a way to secure the system files with a Pin or anything else in the DWC?
-
basic http auth for the whole thing or nothing
https://duet3d.dozuki.com/Wiki/Gcode#Section_M551_Set_Password(ed: or DIY https://github.com/Duet3D/DuetWebControl)
-
-
Thanks for the answers. At the moment I will try the M551 comment, but for long therm application I try it to implement it by my own at the DWC.
-
Another solution is to put the board on a seperate VLAN and serve it through a reverse proxy like nginx. Then you can control authentication in the proxy and even use SSL.
-
@Philipp-R said in Pin security of sys files via DWC:
I try it to implement it by my own at the DWC.
Where are you going to save the reference pin? One of the files on the duet?
-
@zapta yes I think so. But I haven't thought it all the way through yet. If you have some suggestion, I'll be very thankful.
-
@Philipp-R, I think it makes sense to save in a duet file that you can read from the DWC. This way you can use it from different browsers.
I presume that you are not after a tight security but just to reduce the chance of unintentional changes. You will need to identify all the functionalities in the DWC that you want to block. Emergency Stop is probably not one of them
-
@zapta your'e right I only want to reduce the chance of unintentional changes. In first place I would only secure the system files like Config.g, Home.g ...