From 1a892e9cea9853ff32e1080331b4d860dec26270 Mon Sep 17 00:00:00 2001 From: Willem Kaufmann Date: Thu, 30 Jan 2025 20:55:34 -0500 Subject: [PATCH] `rptest`: specify `authentication_mode` in `polaris_catalog_smoke_test` --- tests/rptest/tests/polaris_catalog_smoke_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/rptest/tests/polaris_catalog_smoke_test.py b/tests/rptest/tests/polaris_catalog_smoke_test.py index bbcf8c59147b4..1b27ead8a5b31 100644 --- a/tests/rptest/tests/polaris_catalog_smoke_test.py +++ b/tests/rptest/tests/polaris_catalog_smoke_test.py @@ -77,6 +77,8 @@ def _start_redpanda(self, catalog_prefix, client_id, client_secret, "rest", "iceberg_rest_catalog_endpoint": self.polaris.catalog_url, + "iceberg_rest_catalog_authentication_mode": + "oauth2", "iceberg_rest_catalog_client_id": client_id, "iceberg_rest_catalog_client_secret":