Skip to content

Commit 2c09040

Browse files
authored
[25.2] Bump topics cleanup (#1330)
1 parent d0a074c commit 2c09040

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/manage/pages/iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide walks you through querying Redpanda topics as Iceberg tables in https
1414
== Prerequisites
1515

1616
ifdef::env-cloud[]
17-
* `rpk` or familiarity with the Redpanda Cloud API to use secrets in your cluster configuration. For `rpk`, see xref:manage:rpk/rpk-install.adoc[]. For the Cloud API, you must xref:manage:api/cloud-api-authentication.adoc[authenticate] using a service account.
17+
* `rpk` or familiarity with the Redpanda Cloud API to use secrets in your cluster configuration. For `rpk`, see xref:manage:rpk/rpk-install.adoc[]. For the Cloud API, you must link:/api/cloud-controlplane/authentication[authenticate] using a service account.
1818
endif::[]
1919
ifndef::env-cloud[]
2020
* xref:manage:tiered-storage.adoc#configure-object-storage[Object storage configured] for your cluster and xref:manage:tiered-storage.adoc#enable-tiered-storage[Tiered Storage enabled] for the topics for which you want to generate Iceberg tables.
@@ -66,7 +66,7 @@ To configure your Redpanda cluster to enable Iceberg on a topic and integrate wi
6666

6767
ifdef::env-cloud[]
6868
. xref:manage:iceberg/use-iceberg-catalogs.adoc#store-a-secret-for-rest-catalog-authentication[Store the Open Catalog client secret in your cluster] using `rpk` or the Data Plane API.
69-
. Edit your cluster configuration to set the `iceberg_enabled` property to `true`, and set the catalog integration properties listed in the example below using `rpk` or the Control Plane API. For example, to use `rpk cluster config set`, run:
69+
. xref:manage:iceberg/use-iceberg-catalogs.adoc#use-a-secret-in-cluster-configuration[Edit your cluster configuration] to set the `iceberg_enabled` property to `true`, and set the catalog integration properties listed in the example below using `rpk` or the Control Plane API. For example, to use `rpk cluster config set`, run:
7070
+
7171
[,bash]
7272
----

modules/manage/partials/iceberg/use-iceberg-catalogs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ifdef::env-cloud[]
116116

117117
To store a secret that you can reference in your catalog authentication cluster properties, you must create the secret using `rpk` or the Data Plane API. Secrets are stored in the secret management solution of your cloud provider. Redpanda retrieves the secrets at runtime.
118118

119-
For more information, see xref:manage:rpk/intro-to-rpk.adoc[] and xref:manage:api/cloud-api-overview.adoc[].
119+
For more information, see xref:manage:rpk/intro-to-rpk.adoc[] and link:/api/doc/cloud-dataplane/topic/topic-cloud-api-overview[Cloud API Overview].
120120

121121
If you need to configure any of the following properties, you must set their values using secrets:
122122

modules/manage/partials/mountable-topics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include::shared:partial$enterprise-license.adoc[]
1111
* Enable xref:manage:tiered-storage.adoc[Tiered Storage] for specific topics, or for the entire cluster (all topics).
1212
endif::[]
1313
ifdef::env-cloud[]
14-
xref:manage:rpk/rpk-install.adoc[Install `rpk`] or xref:manage:api/cloud-api-authentication.adoc[authenticate] to the Cloud API.
14+
xref:manage:rpk/rpk-install.adoc[Install `rpk`] or link:/api/doc/cloud-dataplane/authentication[authenticate] to the Cloud API.
1515
1616
If using the API, make sure that you have the correct xref:manage:api/cloud-dataplane-api.adoc#get-data-plane-api-url[Data Plane API URL].
1717
endif::[]

0 commit comments

Comments
 (0)