Skip to content

Commit 2d3ae40

Browse files
Copilotcyberchen98
authored andcommitted
docs: fix console navigation to Connection tab and add Cloud Meta/PrivateLink navigation
Co-authored-by: cyberchen98 <44337247+cyberchen98@users.noreply.github.com> Agent-Logs-Url: https://github.com/risingwavelabs/risingwave-docs/sessions/29ecca3e-90ff-438b-9837-562d8b835071
1 parent 634e61f commit 2d3ae40

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

cloud/cloud-metadata.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ RisingWave Cloud exposes a set of environment-specific metadata values for each
88

99
## Where to find cloud metadata
1010

11-
Navigate to your project in the [RisingWave Cloud Console](https://cloud.risingwave.com/project/home/), then select **Settings****Cloud metadata**.
11+
In the [RisingWave Cloud Console](https://cloud.risingwave.com), go to your project and click **Connection** in the left sidebar. Then select the **Cloud Meta** tab.
12+
13+
<Frame>
14+
<img src="/images/cloud/cloud-metadata/connection-cloud-meta.png" alt="Cloud Meta tab in the Connection page of the RisingWave Cloud Console"/>
15+
</Frame>
1216

1317
<Note>
1418
Cloud metadata is only available for projects on the **Standard** plan or above.

cloud/create-a-connection.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ You need to set up a PrivateLink service in your VPC and make sure it runs prope
3030

3131
## Create PrivateLink connection
3232

33-
1. Go to the [**Project**](https://cloud.risingwave.com/project/home/) page and select the project you want to connect the VPC to.
34-
2. Select **PrivateLink** tab, and click **Create PrivateLink**.
33+
1. In the [RisingWave Cloud Console](https://cloud.risingwave.com), go to your project and click **Connection** in the left sidebar.
34+
2. Select the **PrivateLink** tab, and click **Create PrivateLink**.
3535
3. For **Name**, enter a descriptive name for the connection.
3636
4. For **Endpoint service name** or **Service attachment** or **Private link service resource ID:**
3737

@@ -85,5 +85,5 @@ For details on how to use the VPC endpoint to create a source with the PrivateLi
8585

8686
When you no longer need a connection:
8787

88-
1. Go to the [**Connection**](https://cloud.risingwave.com/connection/) page and click **Create PrivateLink**.
88+
1. In the [RisingWave Cloud Console](https://cloud.risingwave.com), go to your project and click **Connection** in the left sidebar. Select the **PrivateLink** tab.
8989
2. Hover over the connection you want to drop and click the delete button, then confirm the deletion.

cloud/iam-role-assume.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RisingWave Cloud (AWS account: <rw-account-id>)
2424

2525
## Required cloud metadata values
2626

27-
Before you begin, retrieve the following values from your project's [Cloud metadata](/cloud/cloud-metadata) page in the RisingWave Cloud Console (**Settings****Cloud metadata**):
27+
Before you begin, retrieve the following values from your project's [Cloud metadata](/cloud/cloud-metadata) page in the RisingWave Cloud Console (**Connection****Cloud Meta** tab):
2828

2929
| Metadata field | Where it's used |
3030
|:---------------|:----------------|

cloud/privatelink-overview.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ On the **RisingWave Cloud** side, RisingWave Cloud will create an endpoint (spec
3131

3232
On the **Customer** side, you need to set up a PrivateLink service (specifically an AWS endpoint service, GCP published service, or Azure Private Link service) in your VPC network first.
3333

34+
## Accessing PrivateLink in the Console
35+
36+
In the [RisingWave Cloud Console](https://cloud.risingwave.com), go to your project and click **Connection** in the left sidebar. Then select the **PrivateLink** tab to create and manage PrivateLink connections.
37+
3438
<Tip>
35-
When setting up an AWS endpoint service, add the **PrivateLink Principal** from your project's [Cloud metadata](/cloud/cloud-metadata) page to the service's allowed principals list so that RisingWave Cloud can connect.
39+
When setting up an AWS endpoint service, add the **PrivateLink Principal** from your project's **Cloud Meta** tab ([Cloud metadata](/cloud/cloud-metadata)) to the service's allowed principals list so that RisingWave Cloud can connect.
3640
</Tip>

0 commit comments

Comments
 (0)