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 @@ -83,7 +83,7 @@ endif::[]

== Integrate filesystem-based catalog (`object_storage`)

By default, Iceberg topics use the filesystem-based catalog (config_ref:iceberg_catalog_type,true,properties/cluster-properties[`iceberg_catalog_type`] cluster property set to `object_storage`). Redpanda stores the table metadata in hhttps://iceberg.apache.org/docs/latest/java-api-quickstart/#using-a-hadoop-catalog[HadoopCatalog^] format in the same object storage bucket or container as the data files.
By default, Iceberg topics use the filesystem-based catalog (config_ref:iceberg_catalog_type,true,properties/cluster-properties[`iceberg_catalog_type`] cluster property set to `object_storage`). Redpanda stores the table metadata in https://iceberg.apache.org/docs/latest/java-api-quickstart/#using-a-hadoop-catalog[HadoopCatalog^] format in the same object storage bucket or container as the data files.

If using the `object_storage` catalog type, you provide the object storage URI of the table's `metadata.json` file to an Iceberg client so it can access the catalog and data files for your Redpanda Iceberg tables.

Expand Down
21 changes: 21 additions & 0 deletions modules/reference/pages/properties/cluster-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2125,6 +2125,27 @@ The OAuth URI used to retrieve access tokens for Iceberg REST catalog authentica

// end::iceberg_rest_catalog_oauth2_server_uri[]

// tag::iceberg_rest_catalog_oauth2_scope[]
=== iceberg_rest_catalog_oauth2_scope

The OAuth scope used to retrieve access tokens for Iceberg catalog authentication. Only meaningful when `iceberg_rest_catalog_authentication_mode` is set to `oauth2`.

*Requires restart:* Yes

*Visibility:* `user`

*Type:* string

*Default:* `principal_role:all`

**Related topics**:

- xref:manage:iceberg/use-iceberg-catalogs.adoc[]

---

// end::iceberg_rest_catalog_oauth2_scope[]

// tag::iceberg_rest_catalog_prefix[]
=== iceberg_rest_catalog_prefix

Expand Down