hivesolutions / colony-print

Small web app for printing of colony based documents
http://colony-print.hive.pt
0 stars 0 forks source link

Per node key support 🔑 #1

Open joamag opened 11 months ago

joamag commented 11 months ago

Why

We currently use the same key to access the print server and printers in the node. This does not allow proper multi-tenant usage of the system, as every client, knowing the key, could access all the nodes registered in the colony print server.

What

Build the proper infrastructure to isolate the server's authentication from the one in the nodes. This should be done using different keys for the server and nodes.

How

The implementation should: