Skip to content

Commit 05b7155

Browse files
authored
Merge pull request #94 from redis/DOC-2274
RC: Document that shards are eventually consistently updated with ACL-s
2 parents cd2af53 + d77edc9 commit 05b7155

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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/integrate/amazon-bedrock/set-up-redis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ After you store this secret, you can view and copy the [Amazon Resource Name (AR
192192

193193
## Create a vector index in your database {#create-vector-index}
194194

195-
196195
After your Redis Cloud database is set up, create a search index with a vector field using [FT.CREATE]({{< relref "/commands" >}}/ft.create/) as your knowledge base for Amazon Bedrock. You can accomplish this using **Redis Insight** or `redis-cli`.
197196

198197
### Redis Insight

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)