From a24c1a952520f78045f6dcba7a42d62b10e4763d Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 17 Dec 2024 13:01:54 -0700 Subject: [PATCH] Update topics/admin.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Viktor Söderqvist Signed-off-by: Kyle J. Davis --- topics/admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/admin.md b/topics/admin.md index 97a0236a..da517d3a 100644 --- a/topics/admin.md +++ b/topics/admin.md @@ -38,7 +38,7 @@ description: Advice for configuring and managing Valkey in production ### Security -* By default, Valkey does not require any authentication and listens to all the network interfaces. This is a big security issue if you leave Valkey exposed on the internet or other places where attackers can reach it. See for example [this attack](https://web.archive.org/web/20241019230117/http://www.antirez.com/news/96) to see how dangerous it can be. Please check our [security page](security.md) and the [quick start](quickstart.md) for information about how to secure Valkey. +* By default, Valkey does not require any authentication and listens to all the network interfaces. This is a big security issue if you leave Valkey exposed on the internet or other places where attackers can reach it. See for example [this attack](https://web.archive.org/web/20241019230117/http://antirez.com/news/96) to see how dangerous it can be. Please check our [security page](security.md) and the [quick start](quickstart.md) for information about how to secure Valkey. ## Running Valkey on EC2