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

AUTH #19

Closed
kappsegla opened this issue Feb 2, 2023 · 0 comments · Fixed by #57
Closed

AUTH #19

kappsegla opened this issue Feb 2, 2023 · 0 comments · Fixed by #57
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kappsegla
Copy link
Contributor

This server is supposed to sit on a secure network and not being exposed on internet. Therefore the communication will by default happen on an unencrypted TCP connection. If we want to have some form of security we can add a password that must be sent on a connection before issuing any commands.
AUTH

If the password is valid return
+OK\r\n
When password is invalid return
an error

Password could be configured from a config file or from an environment variable for docker support. If no password is set, no AUTH command should be needed before sending other commands on a newly opened connection to the server.

@kappsegla kappsegla added the enhancement New feature or request label Feb 2, 2023
@safstromo safstromo self-assigned this Feb 8, 2023
@safstromo safstromo linked a pull request Feb 8, 2023 that will close this issue
@kappsegla kappsegla added this to the 2 milestone Feb 10, 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

Successfully merging a pull request may close this issue.

2 participants