Skip to content

Commit 99f53dc

Browse files
kbatuigasmicheleRP
andauthored
Update modules/reference/pages/properties/cluster-properties.adoc
Co-authored-by: Michele Cyran <michele@redpanda.com>
1 parent 9d21596 commit 99f53dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/reference/pages/properties/cluster-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ endif::[]
20662066
// tag::iceberg_rest_catalog_authentication_mode[]
20672067
=== iceberg_rest_catalog_authentication_mode
20682068

2069-
The authentication mode for client requests made to the Iceberg catalog. Choose from: `none`, `bearer`, and `oauth2`. In `bearer` mode, the token specified in `iceberg_rest_catalog_token` is used unconditionally, and no attempts are made to refresh the token. In `oauth2` mode, the credentials specified in `iceberg_rest_catalog_client_id` and `iceberg_rest_catalog_client_secret` are used to obtain a bearer token from the URI defined by `iceberg_rest_catalog_oauth2_server_uri.`.
2069+
The authentication mode for client requests made to the Iceberg catalog. Choose from: `none`, `bearer`, and `oauth2`. In `oauth2` mode, the credentials specified in `iceberg_rest_catalog_client_id` and `iceberg_rest_catalog_client_secret` are used to obtain a bearer token from the URI defined by `iceberg_rest_catalog_oauth2_server_uri.`. In `bearer` mode, the token specified in `iceberg_rest_catalog_token` is used unconditionally, and no attempts are made to refresh the token.
20702070

20712071
ifdef::env-cloud[]
20722072
Redpanda recommends using `oauth2`.

0 commit comments

Comments
 (0)