Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Client Connection for Advanced #147

Merged
merged 1 commit into from
Feb 23, 2024
Merged
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
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/connect-to-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For a complete tutorial, see the xref:get-started.adoc[] topic.
[[advanced]]
== Configure Your Own Client

You can access the information needed to connect your own clients through any of the pre-configured client details.
You can access the information needed to connect your own clients through the *Advanced* option.

include::partial$get-connection-creds.adoc[]

Expand Down
12 changes: 5 additions & 7 deletions docs/modules/ROOT/partials/get-connection-creds.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
To obtain your cluster's connection credentials, complete the following steps:
To obtain the connection credentials for your cluster, complete the following steps:

. Sign in to the link:{page-cloud-console}[{hazelcast-cloud} console,window=_blank].
. Select your cluster.

. Select any of the pre-configured clients from the *Connect Client* options.

. Select the *Advanced setup* button at the top of the screen.
. Select the *Advanced* option in the *Connect Client* section of your Dashboard.
+
The connection credentials display.

Expand All @@ -15,10 +13,10 @@ The connection credentials consist of the following:
|===
|Credential|Description

|Cluster ID
|A unique identifier for your cluster.
|Cluster Name
|A unique name that identifies your cluster.

Select the *Copy* icon (overlapping squares) to copy the Cluster ID to your clipboard.
Select the *Copy* icon (overlapping squares) to copy the Cluster Name to your clipboard.

|Discovery Token
|A unique token that maps to the current IP address of the cluster.
Expand Down
Loading