Skip to content
Open
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions content/operate/rc/changelog/march-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
Title: Redis Cloud changelog (March 2026)
alwaysopen: false
categories:
- docs
- operate
- rc
description: New features, enhancements, and other changes added to Redis Cloud during
March 2026.
highlights: Passwordless authentication for Redis Cloud Pro
linktitle: March 2026
weight: 53
tags:
- changelog
---

## New features

### Passwordless authentication for Redis Cloud Pro

Passwordless authentication is now available for Redis Cloud Pro databases on subscriptions that have [blocked the public endpoint]({{< relref "/operate/rc/security/database-security/block-public-endpoints" >}}). For more information, see [Turn on passwordless authentication for the default user]({{< relref "/operate/rc/security/database-security/block-public-endpoints#turn-on-passwordless-authentication-for-the-default-user" >}}).
2 changes: 1 addition & 1 deletion content/operate/rc/databases/view-edit-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The **Security** section helps you control access to your database.
|Setting name| Description |
|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Default user** | When enabled, permits access using a simple password |
| **Default user password** | Password for default user. A default password is assigned to the database on creation and may be updated. |
| **Default user password** | Password for default user. A default password is assigned to the database on creation and may be updated. If you [block the public endpoint]({{< relref "/operate/rc/security/database-security/block-public-endpoints" >}}), you can also turn on passwordless authentication for the default user here. |
| **CIDR allow list** | [Allow list]({{< relref "/operate/rc/security/cidr-whitelist.md" >}}) of IP addresses/security groups permitted to access the database. (_Paid plans only_) |
| **Transport layer security (TLS)** | Enables [transport layer security]({{< relref "/operate/rc/security/database-security/tls-ssl.md" >}}) (TLS) encryption for database access. (_Pro plans only_) |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Use the copy button to copy the password to the clipboard:

You'll need to use this password whenever you connect to your database using a Redis client. See [Connect to a database]({{< relref "/operate/rc/databases/connect" >}}) for more info.

If you have [blocked the public endpoint]({{< relref "/operate/rc/security/database-security/block-public-endpoints" >}}) for your Redis Cloud Pro subscription, you can also turn on passwordless authentication for the default user. See [Block public endpoints]({{< relref "/operate/rc/security/database-security/block-public-endpoints#turn-on-passwordless-authentication-for-the-default-user" >}}) for more info.

See your [Redis client's documentation]({{< relref "/develop/clients" >}}) to learn how to provide your password when connecting.

## Change password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ To block the public endpoints of an existing Pro subscription:

After your changes are saved, any incoming connections to the public endpoint of your database will be rejected, and only connections through a private connectivity method will be allowed.

## Turn on passwordless authentication for the default user

If you have blocked the public endpoint for your Redis Cloud Pro subscription, you can turn on passwordless authentication for the [default user]({{< relref "/operate/rc/security/access-control/data-access-control/default-user" >}}) for any database in that subscription.

To turn on passwordless authentication:

1. From the database **Configuration** tab, select **Edit**.
1. In the **Security** section, select **Use passwordless auth** to turn on passwordless authentication.
{{<image filename="images/rc/database-configuration-security-passwordless.png" alt="Turn on passwordless authentication for the default user." >}}
1. Select **Save database** to save your changes.

## Private connectivity methods

Redis Cloud supports the following private connectivity options:
Expand Down
Binary file modified static/images/rc/button-copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/database-fixed-configuration-security.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.