Skip to content

Commit 2b1a289

Browse files
committed
RC: Passwordless authentication for public endpoints blocked
1 parent 6bae5e5 commit 2b1a289

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed

content/operate/rc/databases/view-edit-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The **Security** section helps you control access to your database.
9898
|Setting name| Description |
9999
|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
100100
| **Default user** | When enabled, permits access using a simple password |
101-
| **Default user password** | Password for default user. A default password is assigned to the database on creation and may be updated. |
101+
| **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. |
102102
| **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_) |
103103
| **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_) |
104104

content/operate/rc/security/access-control/data-access-control/default-user.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Use the copy button to copy the password to the clipboard:
2323

2424
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.
2525

26+
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.
27+
2628
See your [Redis client's documentation]({{< relref "/develop/clients" >}}) to learn how to provide your password when connecting.
2729

2830
## Change password

content/operate/rc/security/database-security/block-public-endpoints.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ To block the public endpoints of an existing Pro subscription:
4949

5050
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.
5151

52+
## Turn on passwordless authentication for the default user
53+
54+
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.
55+
56+
To turn on passwordless authentication:
57+
58+
1. From the database **Configuration** tab, select **Edit**.
59+
1. In the **Security** section, select **Use passwordless auth** to turn on passwordless authentication.
60+
{{<image filename="images/rc/database-configuration-security-passwordless.png" alt="Turn on passwordless authentication for the default user." >}}
61+
1. Select **Save database** to save your changes.
62+
5263
## Private connectivity methods
5364

5465
Redis Cloud supports the following private connectivity options:

static/images/rc/button-copy.png

-3.37 KB
Loading
10.8 KB
Loading
-3.15 KB
Loading

0 commit comments

Comments
 (0)