From efe647bd398d2bc1a86488c4a7fc6fec274575da Mon Sep 17 00:00:00 2001 From: Kurt Moeller Date: Tue, 14 Nov 2023 11:40:30 -0800 Subject: [PATCH] fix images --- .../data-access-control/configure-acls.md | 6 +++--- ...png => data-access-control-redis-acls-saved.png} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename static/images/rc/{data-access-control-redis-acl-saved.png => data-access-control-redis-acls-saved.png} (100%) diff --git a/content/rc/security/access-control/data-access-control/configure-acls.md b/content/rc/security/access-control/data-access-control/configure-acls.md index ea09101b3bb..e155db8012b 100644 --- a/content/rc/security/access-control/data-access-control/configure-acls.md +++ b/content/rc/security/access-control/data-access-control/configure-acls.md @@ -28,7 +28,7 @@ To configure a Redis ACL that you can assign to a data access role: 1. Select the **Redis ACLs** tab - {{Redis ACLs area.}}{{< /image >}} + {{Redis ACLs area.}}{{< /image >}} 1. Either select `+` to create a new Redis ACL or point to an existing ACL and select the pencil icon to edit it. @@ -38,11 +38,11 @@ To configure a Redis ACL that you can assign to a data access role: 1. Provide a descriptive name and create the ACL rule [using ACL syntax](#define-permissions-with-acl-syntax). - {{Add Redis ACL.}}{{< /image >}} + {{Add Redis ACL.}}{{< /image >}} 1. Select the check mark to save your changes. Your new Redis ACL should appear in the list. - {{Saved Redis ACL.}}{{< /image >}} + {{Saved Redis ACL.}}{{< /image >}} After you create a Redis ACL, you can assign it to a role. Redis ACLs are not fully verified until they are assigned to a role. For more information, see [Create roles]({{}}) or [Active-Active access roles]({{}}) for an [Active-Active subscription]({{}}). diff --git a/static/images/rc/data-access-control-redis-acl-saved.png b/static/images/rc/data-access-control-redis-acls-saved.png similarity index 100% rename from static/images/rc/data-access-control-redis-acl-saved.png rename to static/images/rc/data-access-control-redis-acls-saved.png