This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new f15bd00f526 use LocalStack TLS hostname in Kinesis YAML IT (#39868)
f15bd00f526 is described below
commit f15bd00f526d006a152bdefbce1d450d916ac130
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Mon Aug 24 15:11:51 2026 +0300
use LocalStack TLS hostname in Kinesis YAML IT (#39868)
---
.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 541dc4ea8e8..8ed972c9f57 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 cd632ae9738..649e77f1513 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(