[Doc]Update iceberg_catalog.md (backport #63317) (#63487)

Signed-off-by: chelsea <48942089+wangsimo0@users.noreply.github.com>
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
Co-authored-by: chelsea <48942089+wangsimo0@users.noreply.github.com>
Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
mergify[bot] 2025-09-24 03:52:06 +00:00 committed by GitHub
parent 10f01058d2
commit bd224880d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -261,7 +261,7 @@ If you use REST as metastore, you must specify the metastore type as REST (`"ice
- `iceberg.catalog.security`
- Required: No
- Description: The type of authorization protocol to use. Default: `NONE`. Valid value: `OAUTH2`, which requires either a `token` or `credential`.
- Description: The type of authorization protocol to use. Default: `NONE`. Valid values: `OAUTH2` and `JWT`. When this item is set to `OAUTH2`, either `token` or `credential` is required. When this item is set to `JWT`, the user is required to log in to the StarRocks cluster using the `JWT` method. You can omit `token` or `credential` and StarRocks will use the logged in user's JWT to access the catalog.
- `iceberg.catalog.oauth2.token`
- Required: No

View File

@ -261,7 +261,7 @@ REST catalog 用の `MetastoreParams`:
- `iceberg.catalog.security`
- 必須: いいえ
- 説明: 使用する認証プロトコルのタイプ。デフォルト: `NONE`。有効な値: `OAUTH2`。`OAUTH2` 認証プロトコルには `token` または `credential` が必要です。
- 説明: 使用する認証プロトコルのタイプ。デフォルト: `NONE`。有効な値: `OAUTH2` および `JWT`。この項目が `OAUTH2` に設定されている場合、`token` または `credential` のいずれかが必要です。この項目が `JWT` に設定されている場合、ユーザーは `JWT` メソッドを使用して StarRocks クラスターにログインする必要があります。`token` または `credential` を省略することも可能です。その場合、StarRocks はログイン済みユーザーの JWT を使用して Catalog にアクセスします。
- `iceberg.catalog.oauth2.token`
- 必須: いいえ

View File

@ -275,7 +275,7 @@ REST catalog 的 `MetastoreParams`
必需:否
描述:要使用的授权协议类型。默认值:`NONE`。有效值:`OAUTH2`,需要 `token` 或 `credential`。
描述:要使用的授权协议类型。默认值:`NONE`。有效值:`OAUTH2``JWT`。当设置为 `OAUTH2`,需要指定 `iceberg.catalog.oauth2.token` 或 `iceberg.catalog.oauth2.credential`。当设置为 `JWT` 时,可省略 `token``credential`,需要使用 `JWT` 方式登录 StarRocks 集群。StarRocks 会使用登陆用户的 JWT 令牌访问 Catalog。
###### iceberg.catalog.oauth2.token