From 01d5163b26833943853fb7e3aeb11411a0f5c643 Mon Sep 17 00:00:00 2001 From: Nicolae Vartolomei Date: Thu, 21 Dec 2023 12:03:22 +0000 Subject: [PATCH] rptest: set correct cloud stoage port for cdt --- tests/rptest/services/redpanda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rptest/services/redpanda.py b/tests/rptest/services/redpanda.py index 730a4b4b7f1c6..00b57dc3c3d83 100644 --- a/tests/rptest/services/redpanda.py +++ b/tests/rptest/services/redpanda.py @@ -490,6 +490,7 @@ def _load_s3_context(self, logger, test_context): self.endpoint_url = None # None so boto auto-gens the endpoint url self.cloud_storage_disable_tls = False # SI will fail to create archivers if tls is disabled self.cloud_storage_region = cloud_storage_region + self.cloud_storage_api_endpoint_port = 443 elif cloud_storage_credentials_source == 'config_file' and cloud_storage_access_key and cloud_storage_secret_key: logger.info("Running on AWS S3, setting credentials") self.cloud_storage_access_key = cloud_storage_access_key