From c534721241d080e69ca72524150b01a3060a1c71 Mon Sep 17 00:00:00 2001 From: Florence Morris Date: Fri, 21 Nov 2025 15:56:35 -0500 Subject: [PATCH] In work-with-virtual-clusters.md, updated DB Console section to describe virtual cluster dropdown functionality in an insecure cluster. --- src/current/v25.4/work-with-virtual-clusters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/current/v25.4/work-with-virtual-clusters.md b/src/current/v25.4/work-with-virtual-clusters.md index 6adfd10f847..1109c66197f 100644 --- a/src/current/v25.4/work-with-virtual-clusters.md +++ b/src/current/v25.4/work-with-virtual-clusters.md @@ -70,7 +70,9 @@ Unless you specify which virtual cluster to connect to, when you connect using t To connect to a specific virtual cluster, add the `GET` URL parameter `options=-ccluster={virtual_cluster_name}` to the DB Console URL. Replace `{virtual_cluster_name}` with the name of the virtual cluster. -If the same SQL user has the `admin` role on the system virtual cluster and also has roles on other virtual clusters, that user can switch among them from the top of the DB Console. +If the same SQL user has the `admin` role on the system virtual cluster and also has roles on other virtual clusters, that user can switch among them using the **Virtual Cluster** dropdown at the top of the DB Console. + +On an [insecure cluster]({% link {{ page.version.version }}/cockroach-start.md %}#security) with cluster virtualization enabled, any user can switch among all virtual clusters, including the system virtual cluster, using the **Virtual Cluster** dropdown without authenticating. Initially, the dropdown label shows **Virtual Cluster: default**. #### Connect to the system virtual cluster