API Authentication for Remote Agents #561
potvinp
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
API, Other
🔖 Feature description
Instead of utilizing password-based authentication when connecting remote agents to a central Dockge server, it would be handy to utilize an API key. Reason for this is because the remote agent's username, password, and IP/port are stored in plaintext within the database, which is insecure especially if the user deploying Dockge is reusing the same password in multuple places.
This would also be useful to tie into the docker compose file used when deploying Dockge, so that you can define a specific API key to authenticate with the remote agent without having to manually create a username and password every time you deploy a new instance.
✔️ Solution
❓ Alternatives
No response
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions