Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtfm committed Nov 14, 2023
1 parent 6e5ec1e commit efe647b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To configure a Redis ACL that you can assign to a data access role:

1. Select the **Redis ACLs** tab

{{<image filename="images/rc/data-access-control-redis-acls.png" alt="Redis ACLs area." >}}{{< /image >}}
{{<image filename="images/rc/data-access-control-redis-acls.png" width="300px" alt="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.

Expand All @@ -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).

{{<image filename="images/rc/data-access-control-redis-acl-add.png" width="300px" alt="Add Redis ACL." >}}{{< /image >}}
{{<image filename="images/rc/data-access-control-redis-acls-add.png" width="300px" alt="Add Redis ACL." >}}{{< /image >}}

1. Select the check mark to save your changes. Your new Redis ACL should appear in the list.

{{<image filename="images/rc/data-access-control-redis-acl-saved.png" alt="Saved Redis ACL." >}}{{< /image >}}
{{<image filename="images/rc/data-access-control-redis-acls-saved.png" alt="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]({{<relref "rc/security/access-control/data-access-control/create-roles">}}) or [Active-Active access roles]({{<relref "rc/security/access-control/data-access-control/active-active-roles">}}) for an [Active-Active subscription]({{<relref "rc/databases/active-active-redis">}}).

Expand Down

0 comments on commit efe647b

Please sign in to comment.