From 59b153a3f56493d26587f4d5d38649a673c275bb Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Tue, 9 Apr 2024 14:56:13 -0400 Subject: [PATCH 1/2] Add note that ACLs are asynchronous --- content/embeds/rc-acls-note.md | 4 ++++ .../data-access-control/active-active-roles.md | 6 +++++- .../access-control/data-access-control/create-roles.md | 5 ++++- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 content/embeds/rc-acls-note.md diff --git a/content/embeds/rc-acls-note.md b/content/embeds/rc-acls-note.md new file mode 100644 index 0000000000..87529b5184 --- /dev/null +++ b/content/embeds/rc-acls-note.md @@ -0,0 +1,4 @@ +--- +{} +--- +Applying ACLs to the database is an asynchronous operation. You may notice a delay before an ACL is fully applied to the database. \ No newline at end of file diff --git a/content/operate/rc/security/access-control/data-access-control/active-active-roles.md b/content/operate/rc/security/access-control/data-access-control/active-active-roles.md index 467aae336a..c8e905e982 100644 --- a/content/operate/rc/security/access-control/data-access-control/active-active-roles.md +++ b/content/operate/rc/security/access-control/data-access-control/active-active-roles.md @@ -38,4 +38,8 @@ The default level of access to the selected database only applies to regions tha 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. -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" >}}). \ No newline at end of file +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" >}}). + +{{< note >}} +{{< embed-md "rc-acls-note.md" >}} +{{< /note >}} \ No newline at end of file diff --git a/content/operate/rc/security/access-control/data-access-control/create-roles.md b/content/operate/rc/security/access-control/data-access-control/create-roles.md index e1ecf9e4e7..7ef43da6b5 100644 --- a/content/operate/rc/security/access-control/data-access-control/create-roles.md +++ b/content/operate/rc/security/access-control/data-access-control/create-roles.md @@ -40,9 +40,12 @@ To assign [Redis ACLs]({{< relref "/operate/rc/security/access-control/data-acce 1. Select **Save role**. -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. +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. 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" >}}). 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" >}}). +{{< note >}} +{{< embed-md "rc-acls-note.md" >}} +{{< /note >}} \ No newline at end of file From fe75e4b553a851596ef1439f1c301866da133446 Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:50:25 -0400 Subject: [PATCH 2/2] Update content/integrate/amazon-bedrock/set-up-redis.md Co-authored-by: David Dougherty --- content/integrate/amazon-bedrock/set-up-redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/amazon-bedrock/set-up-redis.md b/content/integrate/amazon-bedrock/set-up-redis.md index d0d6d0f37d..fc6b2846a9 100644 --- a/content/integrate/amazon-bedrock/set-up-redis.md +++ b/content/integrate/amazon-bedrock/set-up-redis.md @@ -192,7 +192,7 @@ After you store this secret, you can view and copy the [Amazon Resource Name (AR ## Create a vector index in your database {#create-vector-index} -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 **RedisInsight** or `redis-cli`. +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`. ### RedisInsight