Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtfm committed Nov 14, 2023
1 parent efe647b commit 542acdf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ To configure a Redis ACL that you can assign to a data access role:

1. Go to **Data Access Control**

{{<image filename="images/rc/data-access-control-menu.png" alt="Menu for database access control." >}}{{< /image >}}
{{<image filename="images/rc/data-access-control-menu.png" width="300px" alt="Menu for database access control." >}}{{< /image >}}

1. Select the **Redis ACLs** tab

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

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

{{< note >}}Some of the built-in Redis ACLs are not editable.{{< /note >}}

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

1. Select the check mark to save your changes. Your new Redis ACL should appear in the list.
2. 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-acls-saved.png" alt="Saved Redis ACL." >}}{{< /image >}}

Expand Down

0 comments on commit 542acdf

Please sign in to comment.