From 87fab6ff0feda0500b6f3268711692119ca524c6 Mon Sep 17 00:00:00 2001 From: aibrahiim Date: Mon, 24 Aug 2026 12:17:34 +0300 Subject: [PATCH] use LocalStack TLS hostname in Kinesis YAML IT --- .github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json | 2 +- sdks/python/apache_beam/yaml/integration_tests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json index 541dc4ea8e87..8ed972c9f579 100644 --- a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json +++ b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", - "revision": 2 + "revision": 3 } diff --git a/sdks/python/apache_beam/yaml/integration_tests.py b/sdks/python/apache_beam/yaml/integration_tests.py index cd632ae97382..649e77f1513a 100644 --- a/sdks/python/apache_beam/yaml/integration_tests.py +++ b/sdks/python/apache_beam/yaml/integration_tests.py @@ -877,7 +877,7 @@ def temp_kinesis_localstack(): try: host = localstack.get_container_host_ip() port = localstack.get_exposed_port('4566') - service_endpoint = f'https://{host}:{port}' + service_endpoint = f'https://localhost.localstack.cloud:{port}' http_endpoint = f'http://{host}:{port}' kinesis_client = boto3.client(