Skip to content

Commit

Permalink
Merge branch 'master' into preview-transit-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Nov 13, 2023
2 parents 7afabc8 + f39b7f8 commit 7f2dc00
Show file tree
Hide file tree
Showing 178 changed files with 1,017 additions and 752 deletions.
6 changes: 3 additions & 3 deletions content/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ More info: [multicast DNS wikipedia](https://en.wikipedia.org/wiki/Multicast_DNS
{{%/definition%}}

{{%definition "multi-factor authentication (MFA)"%}}
Method of authenticating users with pieces of evidence of the user's identity. When MFA is enabled on Redis Enterprise Cloud, users must enter their username, password, and an authentication code when logging in.
Method of authenticating users with pieces of evidence of the user's identity. When MFA is enabled on Redis Cloud, users must enter their username, password, and an authentication code when logging in.

More info: [Multi-factor authentication]({{<relref "/rc/security/access-control/multi-factor-authentication.md">}})
{{%/definition%}}
Expand Down Expand Up @@ -288,7 +288,7 @@ Distributing keys and their values among new shards.
Moving shards to nodes where more resources are available.
{{%/definition%}}

{{%definition "Redis Enterprise Cloud"%}}
{{%definition "Redis Cloud"%}}
The cloud version of Redis Enterprise.
{{%/definition%}}

Expand Down Expand Up @@ -395,7 +395,7 @@ A key that is logically deleted but stays in memory until it is collected by the
{{%definition "Transport Layer Security (TLS)"%}}
Protocols that provide communications security over a computer network.

More info: [TLS wikipedia](https://en.wikipedia.org/wiki/Transport_Layer_Security), [Cloud database TLS]({{<relref "/rc/security/database-security/tls-ssl.md">}}), [Redis Enterprise TLS]({{<relref "/rs/security/tls">}})
More info: [TLS wikipedia](https://en.wikipedia.org/wiki/Transport_Layer_Security), [Cloud database TLS]({{<relref "/rc/security/database-security/tls-ssl.md">}}), [Redis Enterprise TLS]({{<relref "/rs/security/encryption/tls">}})
{{%/definition%}}

{{%definition "VPC peering"%}}
Expand Down
2 changes: 2 additions & 0 deletions content/kubernetes/active-active/create-reaadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ For a list of example values used throughout this article, see the [Example valu
- name: rerc-reagan
```

{{<note>}}Sharding is disabled on Active-Active databases created with a `shardCount` of 1. Sharding cannot be enabled after database creation. {{</note>}}

For more details on RERC fields, see the [RERC API reference](https://github.com/RedisLabs/redis-enterprise-k8s-docs/blob/master/redis_enterprise_remote_cluster_api.md).

1. Create a Redis Enterprise Active-Active database from the REAADB custom resource file.
Expand Down
2 changes: 2 additions & 0 deletions content/kubernetes/active-active/edit-rerc.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ aliases: {

Before a RedisEnterpriseCluster (REC) can participate in an Active-Active database, it needs an accompanying RedisEnterpriseRemoteCluster (RERC) custom resource. The RERC contains details allowing the REC to link to the RedisEnterpriseActiveActiveDatabase (REAADB). The RERC resource is listed in the REAADB resource to become a participating cluster for the Active-Active database.

The RERC controller periodically connects to the local REC endpoint via its external address, to ensure it’s setup correctly. For this to work, the external load balancer must support [NAT hairpinning](https://en.wikipedia.org/wiki/Network_address_translation#NAT_loopback). In some cloud environments, this may involve disabling IP preservation for the load balancer target groups.

For more details, see the [RERC API reference](https://github.com/RedisLabs/redis-enterprise-k8s-docs/blob/master/redis_enterprise_remote_cluster_api.md).

## Edit RERC
Expand Down
4 changes: 4 additions & 0 deletions content/kubernetes/delete-custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ aliases: [
]
---

## Multi-namespace management

Before you can delete a namespace, you must remove the Redis custom resources ([REDB](#delete-a-database-redb), [REC](#delete-a-redis-enterprise-cluster-rec), and [operator](#delete-operator-from-one-namespace)) residing within a namespace before you can delete that namespace. Deleting namespace containing an REDB may cause errors or data loss.

## Delete a database (REDB)

To delete a database managed by the Redis Enterprise Kubernetes operator, run `kubectl delete redb <your-db-name>` from your K8s cluster.
Expand Down
2 changes: 1 addition & 1 deletion content/kubernetes/reference/db-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The number of [database shards]({{< relref "/rs/databases/durability-ha/clusteri

### [`tlsMode`](https://github.com/RedisLabs/redis-enterprise-k8s-docs/blob/master/redis_enterprise_database_api.md#redisenterprisedatabasespec)

Controls SSL [authentication and encryption]({{<relref "/rs/security/tls">}}) for connections to the database.
Controls SSL [authentication and encryption]({{<relref "/rs/security/encryption/tls">}}) for connections to the database.

| Value | Description |
| ----- | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion content/kubernetes/security/internode-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
dataInternodeEncryption: false
```
To learn more about internode encryption, see [Internode encryption for Redis Enterprise Software]({{<relref "rs/security/internode-encryption.md">}}).
To learn more about internode encryption, see [Internode encryption for Redis Enterprise Software]({{<relref "rs/security/encryption/internode-encryption.md">}}).
2 changes: 1 addition & 1 deletion content/rc/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: Redis Enterprise Cloud
Title: Redis Cloud
description:
weight: 10
alwaysopen: false
Expand Down
6 changes: 3 additions & 3 deletions content/rc/accounts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ aliases:

Here, you learn how to manage Redis Cloud accounts and their settings:

- Manage [account settings]({{<relref "rc/accounts/account-settings">}})
- [Manage account settings]({{<relref "rc/accounts/account-settings">}})

- Update [user profile]({{<relref "rc/accounts/user-profile">}})
- [Manage user account and profile]({{<relref "rc/accounts/user-profile">}})

- Switch between [Redis Cloud accounts]({{<relref "rc/accounts/user-profile#switch-redis-cloud-accounts">}})
- [Switch between Redis Cloud accounts]({{<relref "rc/accounts/user-profile#switch-redis-cloud-accounts">}})
2 changes: 1 addition & 1 deletion content/rc/accounts/user-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases: [
"/rc/administration/multiple-accounts.md",
]
---
When you sign in to the Redis Cloud [admin console](https://app.redislabs.com/), you use a profile associated with one or more Redis Cloud accounts.
When you sign in to the [Redis Cloud console](https://app.redislabs.com/), you use a profile associated with one or more Redis Cloud accounts.

This account has a profile with settings that you can manage using the Profile control located near the top, right corner of the admin console:

Expand Down
4 changes: 2 additions & 2 deletions content/rc/api/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: Redis Enterprise Cloud REST API
Title: Redis Cloud REST API
linkTitle: REST API
description: Describes the Redis Cloud REST API and links to additional info
weight: 80
Expand All @@ -10,7 +10,7 @@ aliases: /rv/api/
/rc/api/_index.md
---

The [Redis Enterprise Cloud REST API](https://api.redislabs.com/v1/swagger-ui.html) helps you manage your Redis Cloud subscription programmatically.
The [Redis Cloud REST API](https://api.redislabs.com/v1/swagger-ui.html) helps you manage your Redis Cloud subscription programmatically.

You can use the API to:

Expand Down
4 changes: 2 additions & 2 deletions content/rc/api/examples/audit-system-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: /rv/api/how-to/view-auditing-using-system-log/
/rc/examples/audit-system-logs/
/rc/api/examples/audit-system-logs.md
---
Service logs collect and report actions performed on various entities in your Redis Enterprise Cloud subscription. These entities include the account itself, users, API Keys, subscriptions, databases, accounts, payment methods, and more. For each entity, various lifecycle events are logged in the system log.
Service logs collect and report actions performed on various entities in your Redis Cloud subscription. These entities include the account itself, users, API Keys, subscriptions, databases, accounts, payment methods, and more. For each entity, various lifecycle events are logged in the system log.

To view the log, sign in to the Redis Cloud [admin console](https://app.redislabs.com/) and then select **Logs** from the main menu.

Expand Down Expand Up @@ -48,7 +48,7 @@ An API system log request results in data that includes an `entries` array. The

- `apiKeyName` - The name of the API key used to perform the action described by the system log entry.
This field only appears if the action was performed through the API.
If the operation was performed through the Redis Enterprise Cloud admin console, this property is omitted.
If the operation was performed through the Redis Cloud admin console, this property is omitted.

- `resource` - The name of the entity associated with the logged action (for example, database name).
This property is omitted if it is not applicable to the specific log entry.
Expand Down
2 changes: 1 addition & 1 deletion content/rc/api/examples/create-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases: /rv/api/how-to/create-and-manage-databases/
/rc/api/examples/create-database.md
---

You can use the Redis Enterprise Cloud REST API to create databases.
You can use the Redis Cloud REST API to create databases.

These examples use the [`cURL` utility]({{< relref "/rc/api/get-started/use-rest-api#use-the-curl-http-client" >}}). You can use any REST client to work with the Redis Cloud REST API. The examples in this article refer to databases that are part of Flexible subscriptions.

Expand Down
2 changes: 1 addition & 1 deletion content/rc/api/examples/manage-cloud-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases: /rv/api/how-to/create-and-manage-cloud-accounts/
/rc/api/examples/manage-cloud-accounts
/rc/api/examples/manage-cloud-accounts.md
---
You can use the Redis Enterprise Cloud REST API to create and manage cloud accounts.
You can use the Redis Cloud REST API to create and manage cloud accounts.

These examples use the [`cURL` utility]({{< relref "/rc/api/get-started/use-rest-api.md#using-the-curl-http-client" >}}); you can use any REST client to work with the Redis Cloud REST API.

Expand Down
6 changes: 3 additions & 3 deletions content/rc/api/examples/manage-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases: /rv/api/how-to/create-and-manage-subscriptions/
/rc/api/examples/manage-subscriptions.md
---

The Redis Enterprise Cloud REST API lets you create and manage all kinds of subscriptions. The examples in this article refer to Flexible subscriptions.
The Redis Cloud REST API lets you create and manage all kinds of subscriptions. The examples in this article refer to Flexible subscriptions.

## Create a subscription

Expand Down Expand Up @@ -50,13 +50,13 @@ Modify the following parameters in the sample JSON document to create a subscrip

Use `GET /payment-methods` to find a payment method ID.

You don't need to pass this field in your API request if you subscribed to Redis Enterprise Cloud through Google Cloud Marketplace.
You don't need to pass this field in your API request if you subscribed to Redis Cloud through Google Cloud Marketplace.

- **`cloudAccountId`** - Set a cloud account ID connected to your account.

To list cloud account IDs, use `GET /cloud-accounts`. To use internal resources, set it to `"cloudAccountId": 1`.

If you subscribed to Redis Enterprise Cloud through Google Cloud Marketplace, use `1` for this field.
If you subscribed to Redis Cloud through Google Cloud Marketplace, use `1` for this field.

The request JSON body contains two primary segments: subscription specification and databases specification. When you create a subscription, you must specify one or more databases in the "`databases`" array.

Expand Down
2 changes: 1 addition & 1 deletion content/rc/api/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases: /rv/api/concepts/authentication-and-authorization/
/rc/api/get-started/_index.md
---

To use the Redis Enterprise Cloud REST API, you need to:
To use the Redis Cloud REST API, you need to:

- Enable the API
- Create an account key
Expand Down
2 changes: 1 addition & 1 deletion content/rc/api/get-started/enable-the-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases: /rv/api/how-to/enable-your-account-to-use-api/

---

If you have a Flexible (or Annual) Redis Enterprise Cloud subscription, you can use a REST API to manage your subscription programmatically.
If you have a Flexible (or Annual) Redis Cloud subscription, you can use a REST API to manage your subscription programmatically.

For security reasons, the Redis Cloud API is disabled by default.

Expand Down
2 changes: 1 addition & 1 deletion content/rc/api/get-started/manage-api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliases: /rv/api/how-to/create-api-keys-for-your-team/
---
Every REST API request must include the following API keys:

1. The **Account key** identifies the account associated with the Redis Enterprise Cloud subscription.
1. The **Account key** identifies the account associated with the Redis Cloud subscription.

2. The **User key** identifies the user and (optionally) the context of a request. Generated by account owners.

Expand Down
2 changes: 1 addition & 1 deletion content/rc/api/how-to/manage-api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hidden: true
draft: true
aliases: /rv/api/how-to/manage-api-keys/
---
After you create a Redis Enterprise Cloud API access key, you can manage your API access key in the following ways:
After you create a Redis Cloud API access key, you can manage your API access key in the following ways:

- Deleting the access key
- Limiting usage of the access key by network subnets
Expand Down
10 changes: 8 additions & 2 deletions content/rc/billing-and-payments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: Billing & payments
linkTitle: Billing & payments
description: Describes how to view billing transactions and manage payment methods for Redis Enterprise Cloud subscriptions.
description: Describes how to view billing transactions and manage payment methods for Redis Cloud subscriptions.
weight: 39
alwaysopen: false
categories: ["RC"]
Expand Down Expand Up @@ -120,6 +120,12 @@ To edit the Redis Cloud account billing address:

{{<image filename="images/rc/account-settings-change-billing-address.png" alt="The Edit account billing address screen." width="80%">}}{{< /image >}}

Select the checkbox to confirm that your previous payment methods will be removed.

{{<image filename="images/rc/account-settings-confirm-billing-address.png" alt="The Edit account billing address screen." width="80%">}}{{< /image >}}

Select **Continue** to save your new address.

{{< note >}}
Changing the billing address for your account will remove any payment methods associated with the old billing address. See [Add payment method](#add-payment-method) to learn how to add a payment method back to your account.
{{< /note >}}
Expand All @@ -140,7 +146,7 @@ To edit the mailing address associated with a payment method:

## Apply coupon

Coupons apply credits to your Redis Enterprise Cloud account. To redeem a coupon:
Coupons apply credits to your Redis Cloud account. To redeem a coupon:

1. In the Redis Cloud [admin console](https://app.redislabs.com/), select **Billing & Payments** and then select the **Credits** tab.

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
Title: Redis Enterprise Cloud changelog
Title: Redis Cloud changelog
linktitle: Changelog
description: Lists new features, enhancements, and other changes in Redis Enterprise Cloud.
description: Lists new features, enhancements, and other changes in Redis Cloud.
weight: 95
alwaysopen: false
categories: ["RC"]
aliases:
---

Changelogs list new features, enhancements, and other changes in Redis Enterprise Cloud.
Changelogs list new features, enhancements, and other changes in Redis Cloud.

Select a month from the following table to see a more detailed changelog for that month:

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/april-2023.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
Title: Redis Enterprise Cloud changelog (April 2023)
Title: Redis Cloud changelog (April 2023)
linktitle: April 2023
description: New features, enhancements, and other changes added to Redis Enterprise Cloud during April 2023.
description: New features, enhancements, and other changes added to Redis Cloud during April 2023.
highlights: Exposed advanced capabilities when creating a new database
weight: 87
alwaysopen: false
categories: ["RC"]
aliases: ["/rs/references/compatibility/breaking-changes/"]
---

This changelog lists new features, enhancements, and other changes added to Redis Enterprise Cloud during April 2023.
This changelog lists new features, enhancements, and other changes added to Redis Cloud during April 2023.

## New features and enhancements

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/august-2023.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
Title: Redis Enterprise Cloud changelog (August 2023)
Title: Redis Cloud changelog (August 2023)
linktitle: August 2023
description: New features, enhancements, and other changes added to Redis Enterprise Cloud during August 2023.
description: New features, enhancements, and other changes added to Redis Cloud during August 2023.
highlights: Redis 7.2 Opt-in for Flexible subscriptions, Triggers and functions preview
weight: 80
alwaysopen: false
categories: ["RC"]
aliases: []
---

This changelog lists new features, enhancements, and other changes added to Redis Enterprise Cloud during August 2023.
This changelog lists new features, enhancements, and other changes added to Redis Cloud during August 2023.

## New features

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/february-2023.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
Title: Redis Enterprise Cloud changelog (February 2023)
Title: Redis Cloud changelog (February 2023)
linktitle: February 2023
description: New features, enhancements, and other changes added to Redis Enterprise Cloud during February 2023.
description: New features, enhancements, and other changes added to Redis Cloud during February 2023.
highlights: Private Service Connect
weight: 89
alwaysopen: false
categories: ["RC"]
aliases:
---

This changelog lists new features, enhancements, and other changes added to Redis Enterprise Cloud during February 2023.
This changelog lists new features, enhancements, and other changes added to Redis Cloud during February 2023.

## New features and enhancements

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/january-2023.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
Title: Redis Enterprise Cloud changelog (January 2023)
Title: Redis Cloud changelog (January 2023)
linktitle: January 2023
description: New features, enhancements, and other changes added to Redis Enterprise Cloud during January 2023.
description: New features, enhancements, and other changes added to Redis Cloud during January 2023.
highlights: Pub/sub ACLs, multiple availability zones, add users with first and last names
weight: 90
alwaysopen: false
categories: ["RC"]
aliases:
---

This changelog lists new features, enhancements, and other changes added to Redis Enterprise Cloud during January 2023.
This changelog lists new features, enhancements, and other changes added to Redis Cloud during January 2023.

## New features and enhancements

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/july-2023.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
Title: Redis Enterprise Cloud changelog (July 2023)
Title: Redis Cloud changelog (July 2023)
linktitle: July 2023
description: New features, enhancements, and other changes added to Redis Enterprise Cloud during July 2023.
description: New features, enhancements, and other changes added to Redis Cloud during July 2023.
highlights: New ACL capabilities
weight: 82
alwaysopen: false
categories: ["RC"]
aliases: []
---

This changelog lists new features, enhancements, and other changes added to Redis Enterprise Cloud during July 2023.
This changelog lists new features, enhancements, and other changes added to Redis Cloud during July 2023.

## New features

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/june-2023.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
Title: Redis Enterprise Cloud changelog (June 2023)
Title: Redis Cloud changelog (June 2023)
linktitle: June 2023
description: New features, enhancements, and other changes added to Redis Enterprise Cloud during June 2023.
description: New features, enhancements, and other changes added to Redis Cloud during June 2023.
highlights: Redis 7.2 opt-in for Fixed subscriptions
weight: 84
alwaysopen: false
categories: ["RC"]
aliases: []
---

This changelog lists new features, enhancements, and other changes added to Redis Enterprise Cloud during June 2023.
This changelog lists new features, enhancements, and other changes added to Redis Cloud during June 2023.

## New features

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/march-2023.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
Title: Redis Enterprise Cloud changelog (March 2023)
Title: Redis Cloud changelog (March 2023)
linktitle: March 2023
description: New features, enhancements, and other changes added to Redis Enterprise Cloud during March 2023.
description: New features, enhancements, and other changes added to Redis Cloud during March 2023.
highlights: Redis 7.0 preview
weight: 88
alwaysopen: false
categories: ["RC"]
aliases: ["/rs/references/compatibility/breaking-changes/"]
---

This changelog lists new features, enhancements, and other changes added to Redis Enterprise Cloud during March 2023.
This changelog lists new features, enhancements, and other changes added to Redis Cloud during March 2023.

## New features and enhancements

Expand Down
Loading

0 comments on commit 7f2dc00

Please sign in to comment.