Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/operate/rc/api/get-started/manage-api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The **Copy** button copies the account key to the Clipboard.

**API user keys** (also known as _secret keys_) are used as the value of the `x-api-secret-key` HTTP header used to authenticate a REST API request.

In this context, _user_ refers to the account used to sign in to the Redis Cloud console. Users must be account owners.
In this context, _user_ refers to the account used to sign in to the Redis Cloud console. Users must have an owner (read-write) or viewer (read-only) role.

Users can have more than one user key; however, users should not share user keys.

Expand All @@ -62,7 +62,7 @@ The key name:
- Must be between 10 and 50 characters long
- Can contain alphanumeric characters, hyphens, and underscores. Spaces are not allowed.

The user name must be an account owner.
The user name must have an owner or viewer role.

Select **Create** to create the new key.

Expand Down Expand Up @@ -123,4 +123,4 @@ To manage the CIDR allow list:

Use the **Edit** button to change the address for a rule or the **Delete button** to remove a rule.

{{<image filename="images/rc/button-access-management-cidr-rule-edit.png#no-click" alt="Use the **Edit** button to change the address for a CIDR allow list rule." class="inline">}} &nbsp; {{<image filename="images/rc/button-access-management-cidr-rule-delete.png#no-click" alt="Use the **Delete** button to remove an address from the CIDR allow list." class="inline" >}}
{{<image filename="images/rc/button-access-management-cidr-rule-edit.png#no-click" alt="Use the **Edit** button to change the address for a CIDR allow list rule." class="inline">}} &nbsp; {{<image filename="images/rc/button-access-management-cidr-rule-delete.png#no-click" alt="Use the **Delete** button to remove an address from the CIDR allow list." class="inline" >}}
Loading