Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per node key support 🔑 #1

Open
joamag opened this issue Nov 29, 2023 · 0 comments
Open

Per node key support 🔑 #1

joamag opened this issue Nov 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joamag
Copy link
Contributor

joamag commented Nov 29, 2023

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:

  • Stop relying on the Appier Extras authentication mechanism
  • Allow retro-active usage of global keys - to prevent regression in current working environments
@joamag joamag added the enhancement New feature or request label Nov 29, 2023
@joamag joamag self-assigned this Nov 29, 2023
@joamag joamag pinned this issue Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant