Skip to content

Commit

Permalink
rptest: set correct cloud stoage port for cdt
Browse files Browse the repository at this point in the history
This is already present in dev. Tests that rely on blocking s3 traffic
via iptables rely on this.
  • Loading branch information
nvartolomei committed Dec 21, 2023
1 parent 5ffb3c4 commit 2a0b14a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a0b14a

Please sign in to comment.