You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pre-publishing review (#91), the following issues were noted:
Note that a Valkey instance exposed to the internet without any security is very simple to exploit, so make sure you understand the above and apply at least a firewall layer.
The firewall is good advice, but the exploit outlined is fixed in 3.2+, this advice should probably be updated to made relevant for 2024/Valkey.
A proper install using an init script is strongly recommended.
Note: The available packages for supported Linux distributions already include the capability of starting the Valkey server from /etc/init.
This section proceeds to go into quite a bit of detail in creating a init.d script. In 2024, would be we better off providing instructions for a service?
The text was updated successfully, but these errors were encountered:
Note that a Valkey instance exposed to the internet without any security is very simple to exploit, so make sure you understand the above and apply at least a firewall layer.
I'm deleting this.
This section proceeds to go into quite a bit of detail in creating a init.d script. In 2024, would be we better off providing instructions for a service?
I agree. I'm changing this a bit, but I don't know by heart how to set up a systemd service. I'll just write that Valkey supports systemd and that this document was written before systemd was widely adapted. I see now on this page https://en.wikipedia.org/wiki/Systemd#Adoption that there are some distros that don't use systemd and Valkey indeed runs on embedded machines so I think I'll keep the init.d stuff around.
I'll also
refer to ACL (acl.md) as the primary way to set up AUTH, rather than requirepass.
refer to proper TLS (encryption.md) instead of using some 3rd party TLS tunneling software.
zuiderkwast
added a commit
to zuiderkwast/valkey-doc
that referenced
this issue
Dec 10, 2024
In pre-publishing review (#91), the following issues were noted:
The firewall is good advice, but the exploit outlined is fixed in 3.2+, this advice should probably be updated to made relevant for 2024/Valkey.
This section proceeds to go into quite a bit of detail in creating a
init.d
script. In 2024, would be we better off providing instructions for a service?The text was updated successfully, but these errors were encountered: