eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Permissions required #10

Closed enduring78 closed 4 months ago

enduring78 commented 4 months ago

Hi! I set this up today after having trouble comparing backup versions.

Looks nice, but it requires a admin user. Can this be changed? Read permissions should be enough, since I restore the file myself right?

eduardogsilva commented 4 months ago

Hello @enduring78 for the user being able to view/compare/download and take instant backups, the required user level is Backup operator (just one level higher than view only).

This user level cannot change any other configuration.

enduring78 commented 4 months ago

Hey @eduardogsilva,

Thank you for your reply, but I meant the user priviliges in the MikroTik side, not the Routerfleet side. I'm sorry that wasn't clear in the question.

eduardogsilva commented 4 months ago

Ah ok, now I understand.

If the routeros requires admin privilege, there's not much that I can do here.

Routerfleet needs to connect using ssh and execute the scp for fetching the files. The user that you are creating, need to be able to execute those steps on the router.

I will be closing this issue, since it's not an issue on routerfleet side.