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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide walks you through querying Redpanda topics as Iceberg tables in https
== Prerequisites

ifdef::env-cloud[]
* `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.
* `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.
endif::[]
ifndef::env-cloud[]
* 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.
Expand Down Expand Up @@ -66,7 +66,7 @@ To configure your Redpanda cluster to enable Iceberg on a topic and integrate wi

ifdef::env-cloud[]
. 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.
. 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:
. 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:
+
[,bash]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ifdef::env-cloud[]

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.

For more information, see xref:manage:rpk/intro-to-rpk.adoc[] and xref:manage:api/cloud-api-overview.adoc[].
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].

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

Expand Down
2 changes: 1 addition & 1 deletion modules/manage/partials/mountable-topics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include::shared:partial$enterprise-license.adoc[]
* Enable xref:manage:tiered-storage.adoc[Tiered Storage] for specific topics, or for the entire cluster (all topics).
endif::[]
ifdef::env-cloud[]
xref:manage:rpk/rpk-install.adoc[Install `rpk`] or xref:manage:api/cloud-api-authentication.adoc[authenticate] to the Cloud API.
xref:manage:rpk/rpk-install.adoc[Install `rpk`] or link:/api/doc/cloud-dataplane/authentication[authenticate] to the Cloud API.

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].
endif::[]
Expand Down