From 99da0f1678733db4d38ab68037b398ab82e27b8e Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Thu, 29 Aug 2024 16:56:12 -0500 Subject: [PATCH] RS: Fix broken relref --- content/operate/rs/databases/configure/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rs/databases/configure/_index.md b/content/operate/rs/databases/configure/_index.md index a9ac9aa07a..48a97e7c59 100644 --- a/content/operate/rs/databases/configure/_index.md +++ b/content/operate/rs/databases/configure/_index.md @@ -149,7 +149,7 @@ You can require [**TLS**]({{< relref "/operate/rs/security/encryption/tls/" >}}) - **Unauthenticated access** - You can access the database as the default user without providing credentials. -- **Password-only authentication** - When you configure a password for your database's default user, all connections to the database must authenticate with the [AUTH command]({{< relref "/commands/auth" >}}. +- **Password-only authentication** - When you configure a password for your database's default user, all connections to the database must authenticate with the [AUTH command]({{< relref "/commands/auth" >}}). If you also configure an access control list, connections can specify other users for authentication, and requests are allowed according to the Redis ACLs specified for that user.