Skip to content

Commit 59b153a

Browse files
committed
Add note that ACLs are asynchronous
1 parent 6ae888d commit 59b153a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

content/embeds/rc-acls-note.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
{}
3+
---
4+
Applying ACLs to the database is an asynchronous operation. You may notice a delay before an ACL is fully applied to the database.

content/operate/rc/security/access-control/data-access-control/active-active-roles.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ The default level of access to the selected database only applies to regions tha
3838

3939
When you assign a user-defined ACL rule to a role and associate it with one or more databases, Redis will verify that the ACL rule will work with the selected databases. Verify that the [syntax]({{< relref "/operate/rc/security/access-control/data-access-control/configure-acls#define-permissions-with-acl-syntax" >}}) of the ACL rule is correct if you receive an error.
4040

41-
After you create a role, you can assign it to a user. Users with this role can access the databases according to the role's associated Redis ACLs. For more information, see [Assign roles to users]({{< relref "/operate/rc/security/access-control/data-access-control/create-assign-users#assign-roles-to-existing-users" >}}).
41+
After you create a role, you can assign it to a user. Users with this role can access the databases according to the role's associated Redis ACLs. For more information, see [Assign roles to users]({{< relref "/operate/rc/security/access-control/data-access-control/create-assign-users#assign-roles-to-existing-users" >}}).
42+
43+
{{< note >}}
44+
{{< embed-md "rc-acls-note.md" >}}
45+
{{< /note >}}

content/operate/rc/security/access-control/data-access-control/create-roles.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ To assign [Redis ACLs]({{< relref "/operate/rc/security/access-control/data-acce
4040

4141
1. Select **Save role**.
4242

43-
When you assign a user-defined ACL rule to a role and associate it with one or more databases, Redis will verify that the ACL rule will work with the selected databases.
43+
When you assign a user-defined ACL rule to a role and associate it with one or more databases, we'll verify that the ACL rule will work with the selected databases.
4444

4545
After you create a role, you can assign it to a user. Users with this role can access the databases according to the role's associated Redis ACLs. For more information, see [Assign roles to users]({{< relref "/operate/rc/security/access-control/data-access-control/create-assign-users#assign-roles-to-existing-users" >}}).
4646

4747
To assign Redis ACLs to a role for an [Active-Active database]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}), see [Active-Active access roles]({{< relref "/operate/rc/security/access-control/data-access-control/active-active-roles" >}}).
4848

49+
{{< note >}}
50+
{{< embed-md "rc-acls-note.md" >}}
51+
{{< /note >}}

0 commit comments

Comments
 (0)