Skip to content
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions modules/manage/partials/iceberg/use-iceberg-catalogs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ To connect to a REST catalog, set the following cluster configuration properties

* config_ref:iceberg_catalog_type,true,properties/cluster-properties[`iceberg_catalog_type`]: `rest`
* config_ref:iceberg_rest_catalog_endpoint,true,properties/cluster-properties[`iceberg_rest_catalog_endpoint`]: The endpoint URL for your Iceberg catalog, which you either manage directly, or is managed by an external catalog service.
Comment thread
kbatuigas marked this conversation as resolved.
Outdated

NOTE: You must set `iceberg_rest_catalog_endpoint` at the same time as you set `iceberg_catalog_type` to `rest`.
Comment thread
kbatuigas marked this conversation as resolved.
Outdated

==== Configure authentication

To authenticate with the REST catalog, set the following cluster properties:

* config_ref:iceberg_rest_catalog_authentication_mode,true,properties/cluster-properties[`iceberg_rest_catalog_authentication_mode`]: The authentication mode to use for the REST catalog. Choose from `oauth2`, `bearer`, or `none` (default).
ifdef::env-cloud[]
+
Expand Down