Skip to content
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
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@
**** xref:reference:rpk/rpk-cloud/rpk-cloud-auth.adoc[]
***** xref:reference:rpk/rpk-cloud/rpk-cloud-auth-delete.adoc[]
***** xref:reference:rpk/rpk-cloud/rpk-cloud-auth-list.adoc[]
***** xref:reference:rpk/rpk-cloud/rpk-cloud-auth-token.adoc[]
***** xref:reference:rpk/rpk-cloud/rpk-cloud-auth-use.adoc[]
**** xref:reference:rpk/rpk-cloud/rpk-cloud-byoc.adoc[]
***** xref:reference:rpk/rpk-cloud/rpk-cloud-byoc-install.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cloud auth token

include::streaming:reference:partial$rpk-cloud/rpk-cloud-auth-token.adoc[tag=single-source]
2 changes: 1 addition & 1 deletion modules/sql/pages/connect-to-sql/authenticate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Redpanda SQL supports three authentication modes, selected by the connection-str

|Bearer token
|`auth_method=bearer`
|You already hold a JSON Web Token (JWT) issued by Redpanda Cloud (for example, returned by `rpk cloud auth token`).
|You already hold a JSON Web Token (JWT) issued by Redpanda Cloud (for example, returned by xref:reference:rpk/rpk-cloud/rpk-cloud-auth-token.adoc[`rpk cloud auth token`]).

|Client credentials
|`auth_method=client_secret`
Expand Down
2 changes: 1 addition & 1 deletion modules/sql/pages/get-started/deploy-sql-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ To connect using a bearer token (xref:manage:rpk/rpk-install.adoc[`rpk` v26.1.6+
rpk cloud login
----

. Retrieve a temporary authentication token for the SQL engine:
. Retrieve a temporary authentication token for the SQL engine using xref:reference:rpk/rpk-cloud/rpk-cloud-auth-token.adoc[`rpk cloud auth token`]:
+
[,bash]
----
Expand Down
2 changes: 1 addition & 1 deletion modules/sql/pages/get-started/sql-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ SQL connection details are available on your cluster's *SQL* tab in the https://
rpk cloud login
----

. Retrieve a temporary authentication token for the SQL engine:
. Retrieve a temporary authentication token for the SQL engine using xref:reference:rpk/rpk-cloud/rpk-cloud-auth-token.adoc[`rpk cloud auth token`]:
+
[,bash]
----
Expand Down