Skip to content

Commit c534721

Browse files
committed
In work-with-virtual-clusters.md, updated DB Console section to describe virtual cluster dropdown functionality in an insecure cluster.
1 parent af85aec commit c534721

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/current/v25.4/work-with-virtual-clusters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ Unless you specify which virtual cluster to connect to, when you connect using t
7070

7171
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.
7272

73-
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.
73+
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.
74+
75+
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**.
7476

7577
#### Connect to the system virtual cluster
7678

0 commit comments

Comments
 (0)